|
| 31 Mar 2015 08:15 AM |
Hello everybody! if your going to take a copy of deadzone and you will notice : it will get stuck on LOADING SCRIPTS,well i made a script for a fix
1.First go to the Starter GUI 2.Click GUI 3.You will see a script called load,click it 4.delete the script and replace it with this :
_G.intendedCam = CFrame.new(0, 0, 0); _G.intendedHead = CFrame.new(0, 0, 0); _G.intendedTorso = CFrame.new(0, 0, 0); _G.intendedLeftArm = CFrame.new(0, 0, 0); _G.intendedRightArm = CFrame.new(0, 0, 0); _G.intendedLeftLeg = CFrame.new(0, 0, 0); _G.intendedRightLeg = CFrame.new(0, 0, 0); local GUI = script.Parent; repeat wait() until GUI.Parent.Parent:isA("Player"); local player = GUI.Parent.Parent; repeat wait() until player.Character; local user = player.Character; repeat wait() until user:findFirstChild("Head") and user:findFirstChild("Torso") and user:findFirstChild("Humanoid"); repeat wait() until workspace.CurrentCamera; wait(0.5); local tag = Instance.new("BoolValue"); tag.Name = player.Name; tag.Parent = workspace.autoExecute.load; for index, script in pairs(GUI.autoExecute:getChildren()) do script.Disabled = false; wait(); end
5. save it and your good to go. |
|
|
| Report Abuse |
|
|
|
| 31 Mar 2015 08:18 AM |
| this was only made for the people who dont know how to script. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 03 Apr 2015 07:06 AM |
| I cant help you if you dont know how to use studio,those are the basics |
|
|
| Report Abuse |
|
|
|
| 03 Apr 2015 07:14 AM |
| NICE TELEPORT OF BREAD, friend. |
|
|
| Report Abuse |
|
|
|
| 17 Apr 2015 09:40 PM |
i put everything on the script, now what?
it dosen't work. Scam. |
|
|
| Report Abuse |
|
|