Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Button Works In Studio But Does Not Work In-Game, How Do I Fix? I Tried Different Ways

Asked by 6 years ago

I Make a Button and Its Not Clickable In-Game But Clickable in Studio.

Script Right Now of Button/ What I Tried:

F1 = script.Parent.Parent.Parent.Characters
CF = script.Parent.Parent.Parent.Start

function Starters()
CF.Visible = false
F1.Visible = true
end
script.Parent.MouseButton1Down:connect(Starters)
0
It should be in a LocalScript if it isn't. mattscy 3725 — 6y
0
yes Prbo1201 56 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

Try putting the script in a local script instead of a normal one.

0
k ill try KotaruOA 0 — 6y
Ad

Answer this question