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

Im new to scripting and I want to make a magic game can you help me?

Asked by 3 years ago

i dont know how to script telekinesis for my game could you help me?

0
Did you post this question twice in a row? ElBamino 153 — 3y

1 answer

Log in to vote
0
Answered by 3 years ago
Edited 3 years ago

function hit(hit) local z = hit.Parent:FindFirstChild("Humanoid") local b = z.leaderstats.Points.Value if b = 500 then --teleport else print("level up dude") end end
0
Just look at the question above this question MAD_DENISDAILY2 137 — 3y
Ad

Answer this question