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

Help with coordinate function?

Asked by 10 years ago

How would I make a script that uses the RandomCoordinate function and gives a random player a certain tool in lighting every certain amount of seconds? I've tried this :C

for i,v in pairs(game.Players:GetPlayers()) do
v.MoveTo:Vector3.new(0, 0, 0)
game.Lighting.Tazer:Clone()
randomCoordinate

I Get lost right there :C

0
Can someone help? MUSHR0OM 0 — 10y

Answer this question