Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I fix this script so that it will work in a normal server?

Asked by 4 years ago

local function playrentered(newplr) local stat = instance.new("IntValue") stat.name = "leaderstats"

local cash = instance.new("IntValue")
cash.Name = "Cash"
cash.Value = 0
cash.Parent = stat

stat.Parent = newplr

newplr.Changed:connect(function(property)
    if (property == "character") then
    end
end)

end

game.Players.ChildAdded:connect(playrentered)

0
Please describe your problem. BashGuy10 384 — 4y
0
more BashGuy10 384 — 4y
0
harambe you Nistrict 44 — 4y

Answer this question