|
| 05 Nov 2014 11:11 AM |
I used the section of the script from here: http://wiki.roblox.com/index.php?title=Custom_teleport_UI that disables the default teleport gui, but nothing is different. I've tried it in Server Scripts and Local Scripts. Both times the gui still shows up.
Any help appreciated.
-[ http://www.roblox.com/Shootmania-Storm-place?id=167375045 ]- |
|
|
| Report Abuse |
|
|
128GB
|
  |
| Joined: 17 Apr 2014 |
| Total Posts: 8056 |
|
|
| 05 Nov 2014 11:20 AM |
| Can you show use the script |
|
|
| Report Abuse |
|
|
AlgyLacey
|
  |
| Joined: 14 Jun 2013 |
| Total Posts: 3736 |
|
|
| 05 Nov 2014 11:24 AM |
HorizonGames is my alt, here's the script:
Health_Bar = false Player_List = true Tool_Bar = false Chat = true game:GetService("TeleportService").CustomizedTeleportUI = true -- Not working. --
if Health_Bar == true then game.StarterGui:SetCoreGuiEnabled(1,true) elseif Health_Bar == false then game.StarterGui:SetCoreGuiEnabled(1,false) end if Player_List == true then game.StarterGui:SetCoreGuiEnabled(0,true) elseif Player_List == false then game.StarterGui:SetCoreGuiEnabled(0,false) end if Tool_Bar == true then game.StarterGui:SetCoreGuiEnabled(2,true) elseif Tool_Bar == false then game.StarterGui:SetCoreGuiEnabled(2,false) end if Chat == true then game.StarterGui:SetCoreGuiEnabled(3,true) elseif Chat == false then game.StarterGui:SetCoreGuiEnabled(3,false) end
-[ http://www.roblox.com/Shootmania-Storm-place?id=167375045 ]- |
|
|
| Report Abuse |
|
|
AlgyLacey
|
  |
| Joined: 14 Jun 2013 |
| Total Posts: 3736 |
|
|
| 05 Nov 2014 11:26 AM |
Oh, lol I fixed it.
I forgot that I disabled the script. -_-
-[ http://www.roblox.com/Shootmania-Storm-place?id=167375045 ]- |
|
|
| Report Abuse |
|
|
128GB
|
  |
| Joined: 17 Apr 2014 |
| Total Posts: 8056 |
|
|
| 05 Nov 2014 11:35 AM |
'I forgot that I disabled the script. -_-'
Hahaha, thats happened to me many times before o3o And other people who I spent a long time trying to help and then convence that I tested the script and it worked |
|
|
| Report Abuse |
|
|