#How to know which functions work in 2007 roblox client
1 messages · Page 1 of 1 (latest)
Atp just trial and error and by using functions on lua’s own website since those are base functions
I mean like things like .Touched
.Touched doesn't work btw
I had to do a math function to calculate distance because .Magnitude between 2 Vector3's doesn't work either
math.abs((v.Torso.Position - Dpart.Position).x) + math.abs((v.Torso.Position - Dpart.Position).z)
LOL
Yeah man I wish you luck w that