#teleporting a part in a certain radius repeadily
1 messages · Page 1 of 1 (latest)
of course the part would be like around another part though
like this
the inner part would be anchored
and the outher part would teleport anywhere within the sphere
or radius
idk how to do that tho
How much you pay for me to help
Its in Javascript but you should be able to understand the math thats going on
https://karthikkaranth.me/blog/generating-random-points-in-a-sphere/
Visualization of different methods of generating random points inside a sphere
You would choose a random direction then move the part you want, a random number between 0 and the radius of the circle
by direction I mean random vector
Well like I know what to do