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

Can anyone help me with making a script cash while driving?

Asked by 4 years ago

Hey guys. I really wanna know how to make cash while driving script. im new at scripting and here is the script from serverscriptservice :

game.Players.PlayerAdded:Connect(function(plr)

local leaderstats = Instance.new("Folder")
leaderstats.Name = "leaderstats"
leaderstats.Parent = plr

local cash = Instance.new("IntValue")
cash.Name = "Cash"
cash.Value = 5000
cash.Parent = leaderstats
end)

I hope someone can tell me the script..

0
If you're just starting scripting I wouldn't recommend trying this as it may be a little hard for beginners. Jack_Hase 85 — 4y
0
Please note that this isn't a request site Jack_Hase 85 — 4y

Answer this question