of     1   

Aldlus
#225824599Sunday, October 01, 2017 1:25 PM GMT

Title say's it all really. It's just a shop button that works perfectly in studio but does nothing in studio. - Aldlus
JoshRBX
#225824719Sunday, October 01, 2017 1:28 PM GMT

try showing the script
Aldlus
#225824772Sunday, October 01, 2017 1:30 PM GMT

local profile_button = ##################### local shop_button = ################## local shop = ######################### local quit = shop.quit local swords = shop.swords local armour = shop.armour local gps = shop.Gpasses quit.MouseButton1Click:connect(function() shop.Visible = false end) shop_button.MouseButton1Click:connect(function() shop.Visible = true end) swords.MouseButton1Click:connect(function() shop.SwordsDisplay.Visible = true shop.ArmourDisplay.Visible = false shop.GPsDisplay.Visible = false end) gps.MouseButton1Click:connect(function() shop.SwordsDisplay.Visible = false shop.ArmourDisplay.Visible = false shop.GPsDisplay.Visible = true end) armour.MouseButton1Click:connect(function() shop.SwordsDisplay.Visible = false shop.ArmourDisplay.Visible = true shop.GPsDisplay.Visible = false end) - Aldlus
Aldlus
#225824812Sunday, October 01, 2017 1:31 PM GMT

God i love Roblox censorship local profile_button = script.Parent.profile local shop_button = script.Parent.shop local shop = script.Parent.Parent.shop local quit = shop.quit local swords = shop.swords local armour = shop.armour local gps = shop.Gpasses quit.MouseButton1Click:connect(function() shop.Visible = false end) shop_button.MouseButton1Click:connect(function() shop.Visible = true end) swords.MouseButton1Click:connect(function() shop.SwordsDisplay.Visible = true shop.ArmourDisplay.Visible = false shop.GPsDisplay.Visible = false end) gps.MouseButton1Click:connect(function() shop.SwordsDisplay.Visible = false shop.ArmourDisplay.Visible = false shop.GPsDisplay.Visible = true end) armour.MouseButton1Click:connect(function() shop.SwordsDisplay.Visible = false shop.ArmourDisplay.Visible = true shop.GPsDisplay.Visible = false end) - Aldlus
Aldlus
#225834942Sunday, October 01, 2017 4:54 PM GMT

Anyone? - Aldlus
g1o2r3d4a5n6
#225835006Sunday, October 01, 2017 4:54 PM GMT

put all that in a local script
Nikolander
#225837517Sunday, October 01, 2017 5:27 PM GMT

if you are using filtering enabled and that is a script, use local script instead
ZombiDev
#225837839Sunday, October 01, 2017 5:31 PM GMT

Try putting it in a localscript.
Aldlus
#225838337Sunday, October 01, 2017 5:37 PM GMT

It's in a local script - Aldlus
Aldlus
#225838580Sunday, October 01, 2017 5:40 PM GMT

I put Filtering enabled on that fixed it - Aldlus

    of     1