Alright, so I have a script that welds two parts together. This script makes the joints, waits 2 seconds, then unanchors the parts.
When I start a server, it works fine, but sometimes when a new server is started. the parts wont weld properly, and when regen'd they remain in that state.
It seems that the server is delaying when started or the scripts start early before the server is completely loaded. Its as if the server has already waited 2 seconds(when it hasent loaded the parts to be joined) and now has begun at the time of which the script has already been executed.
Is there something wrong with the way ROBLOX starts it's servers? Is it that I shouldn't be using "wait(2)"? Please, and thank you!
, JayManLive |