generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Game Creation and Development » Scripters
Home Search
 

How to fix deadzone!(tutorial)

Previous Thread :: Next Thread 
SmoothyBlock is not online. SmoothyBlock
Joined: 27 Mar 2015
Total Posts: 49
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
SmoothyBlock is not online. SmoothyBlock
Joined: 27 Mar 2015
Total Posts: 49
31 Mar 2015 08:18 AM
this was only made for the people who dont know how to script.
Report Abuse
back123space is not online. back123space
Joined: 04 Sep 2011
Total Posts: 68
01 Apr 2015 09:52 PM
It doesn't work for me ;c
Report Abuse
supersteve105 is not online. supersteve105
Joined: 14 Oct 2012
Total Posts: 4
02 Apr 2015 03:12 PM
Where is the GUI box?
Report Abuse
SmoothyBlock is not online. SmoothyBlock
Joined: 27 Mar 2015
Total Posts: 49
03 Apr 2015 07:06 AM
I cant help you if you dont know how to use studio,those are the basics
Report Abuse
PiddlePotPete is not online. PiddlePotPete
Joined: 09 Mar 2013
Total Posts: 401
03 Apr 2015 07:14 AM
NICE TELEPORT OF BREAD, friend.
Report Abuse
Espartan1305 is not online. Espartan1305
Joined: 22 Jan 2011
Total Posts: 39
17 Apr 2015 09:40 PM
i put everything on the script, now what?

it dosen't work.
Scam.
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripters
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image