【发布时间】:2020-11-22 12:05:35
【问题描述】:
local garbage = game.Teams["Glizzy Garbage"]
local player = game.Players.LocalPlayer
if player.leaderstats.Pounds.Value <= 1000 then --this is the line that the output is detecting the error
player.Team = garbage
end
我试图让它在玩家达到一定数量的“磅”时,他们将自动获得滚动。我搜索了许多 youtube 视频,但没有找到解决方法或替代方法,我不确定为什么这不起作用。此脚本位于工作区中。感谢所有帮助。
【问题讨论】:
标签: lua roles rank roblox leaderboard