of     1   

TheSquidKid04
#228391534Sunday, December 03, 2017 6:56 PM GMT

https://www.roblox.com/games/911116069/Paper-Pokemon-Roleplay-BETA-6 Some GUIs in my game, Paper Pokemon Roleplay, only work in Roblox Studio, and they don't run is Roblox Player. Please help me.
BloodDragonII
#228392380Sunday, December 03, 2017 7:14 PM GMT

What guis, where do you put these guis,re info please
TheSquidKid04
#228394034Sunday, December 03, 2017 7:43 PM GMT

Teleport GUIs (click to teleport) and a hat remover GUI. They are in the StarterGUI.
BloodDragonII
#228394198Sunday, December 03, 2017 7:46 PM GMT

can you post your scripts for these guis??
TheSquidKid04
#228395100Sunday, December 03, 2017 7:59 PM GMT

BloodDragonII
#228395634Sunday, December 03, 2017 8:07 PM GMT

just post it here cba to look to get a model
TheSquidKid04
#228396472Sunday, December 03, 2017 8:21 PM GMT

Hat Remover GUI: function onButtonClicked() ww = 0 X = script.Parent.Parent.Parent.Parent.Character:getChildren() for i=1, #X do if ############## == "Accessory" then X[i]:remove() ww = ww + # ### ### ################## = ww .. " Hats removed" ######## ################## = "Remove Hats" end script.Parent.MouseButton1Click:connect(onButtonClicked) Teleport GUI: #### TELEPORT SCRIPT #### function Click() script.Parent.Parent.Button.Text = "Teleporting." wait(0.5) script.Parent.Parent.Button.Text = "Teleporting.." wait(0.5) script.Parent.Parent.Button.Text = "Teleporting..." script.Parent.Parent.Parent.Parent.Character.Torso.CFrame = #################################### ## ##### ace location coordinates here! script.Parent.Parent.Button.Text = "Ready!" wait(1) script.Parent.Parent.Button.Text = "Arena Battle" end script.Parent.MouseButton1Down:connect(Click)
TheSquidKid04
#228396535Sunday, December 03, 2017 8:22 PM GMT

Well, that did not work

    of     1