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

How do fix this? [closed]

Asked by 9 years ago

put hat onplayerscript

how do i make it to where I click a gui I have a hat on

Closed as Too Broad by dyler3 and BlueTaslem

This question has been closed because it is too broad and is generally unanswerable. Please ask a more specific question.

Why was this question closed?

1 answer

Log in to vote
0
Answered by
cuff5 10
9 years ago

1.) Insert Screen GUI into StarterGui 2.) Insert Text Button into the Screen GUI 3.) Add a script in the button:

script.Parent.MouseButton1Click:connect(function()
    Hat = Instance.new("Hat", script.Parent.Parent.Parent.Parent)
end)

Customize the hat values to your liking.

0
how do i edit it oh I see the ppropertiess Clakker200 5 — 9y
Ad