not a new glitch smarty-pants....that is a really old glitch and usually isn't a glitch at all..... quite often it is caused by having too many scripts or objects in your world....even if you don't have very many things in your world, if you have a bunch of objects with a "humanoid" trait in it or you have a set of admin commands (that's a really big script....usually 1000lines or so) then when it trys to upload the information isn't transfered fast enough and the upload automatically halts the process (like getting a "timed-out" thing when loading an internet page). easiest way to fix this (worked for me) is to take out and try to prevent usage of large scripts and buildings..... first thing that should be taken out or not used is a set of admin commands or any script with more than 700 lines of useful scripting in it(useful scripting is real scripting, not a bunch of green lines that have instructions for the person.... the way to tell if something is not useful scripting is to look for the following
--[[ blah blah blah
blah blah blah
blah blah blah
]]--
or
commandline.insruction.blah blah --blah blah blah
-- means do not use and --[[ means it will ignore all in the script until ]]--
)
wow...that was a lot....basically big worlds or slow connections prevent good uploads |