【发布时间】:2018-10-26 14:07:22
【问题描述】:
您好,我对如何通过管理 gui 设置玩家现金有点困惑,我不熟悉这种语言,可以使用一些帮助。 这是 gui 的样子
到目前为止,我不确定我是否在正确的路线上,哈哈
button = script.Parent.MouseButton1Click:connect(function()
local stat = Instance.new("IntValue")
stat.Parent = script.Parent.Parent.casgplayertext.Text
stat.Name = "Cash"
stat.Value = script.Parent.Parent.cashetxt
game.Players.childAdded:connect()
end)
【问题讨论】: