Hey devs I need some help.
I’m making a piggy inspired game and I’m using @Alvin_Blox’s piggy kit to make my game.
I want my game to put the items to spawn at different spots in the map.
Through this time I made a stupid script.
I made a script that changes the postion of the items by using Vector3
and making it change it’s position until a part in workspace called MovePart
has been touched.
After a little time I realized that it would only work for one time.