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

How to make a GUI Button Transffering Script To Players?

Asked by 5 years ago

Hello, Im having trouble with scripting. I want to make a GUI Button that has a script that gives the player who clicked on it gets a pastebin scripts or local script. I have tried my best to script. But nothing worked, if you guys kindly help me in this situation. I'll be so glad! Thanks!

Note: I have put this script in StarterPlayerScript it works but its not what i wanted. I wanted that when you click a GUI Button it works on you, only yourself.

[ Sorry for my Bad English. ]

0
What is it doing Instead? Ziffixture 6913 — 5y

1 answer

Log in to vote
0
Answered by
Kurcha 33
5 years ago
Edited 5 years ago

Just make a Clone, and parent it to wherever you need to put it at. OR use the disabling feature on Scripts.

0
Commmennnt Ziffixture 6913 — 5y
0
I have tried from what you have said "Use the Disabling feature on Scripts." I have tried making a script about that but my scripting didnt work can you try and fix it? local TextButton = script.Parent.Parent.Parent LocalScript = script.Parent.Parent.Dio function onClick() if LocalScript.Disabled == false then LocalScript.Disabled = true elseif LocalScript.Disabled == true then LocalScript. KingCrebz 3 — 5y
Ad

Answer this question