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

Making a Jailbreak key pressing system? (with billboard GUI)

Asked by 6 years ago

Here's a simple demonstration: SIMPLE DEMONSTRATION

So I already got the key pressing part of the script, and now I want to have a billboard GUI to pop up everytime the player gets near. Will I need to use loops?

2 answers

Log in to vote
0
Answered by 6 years ago

Go to Properties of BillboardGui and find MaxDistance. Now change it to whatever you wish

0
Much Better Idea! Jo_Bot 67 — 6y
Ad
Log in to vote
0
Answered by
Jo_Bot 67
6 years ago

To detect if a player is near, I suggest having an invisible, non-collision and unanchored sphere. This sphere would be in the center of where the billboard gui will be. Have the size of the sphere where you will allow people to see the gui if it is touched. Then have:

if Sphere.Touched.Humanoid == true then
    --whatever happens here...
end
0
I think doing that would be too primitive, i want to do it in a more professional way, using magnitude or Region3 Konethorix 197 — 6y
0
then use magnitude three lol Earthkingiv 51 — 6y
0
No time for a joke bro Konethorix 197 — 6y
0
That’s not a joke if you’re a scripter you shouldn’t need help answering this question Earthkingiv 51 — 6y

Answer this question