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

Hi, i cant find a working gui pop up script, can anyone give one?

Asked by 4 years ago

I cant find a working script for a roblox gui pop up, my current one: function touch(hit) if game.Players:findFirstChild(hit.Parent.Name) ~= nil then player = game.Players[hit.Parent.Name] if player.PlayerGui:findFirstChild("gui") == nil then gui = script.Info:clone() gui.Parent = player.PlayerGui repeat wait() until (player.Character.Torso.Position - script.Parent.Position).magnitude > 5 gui:remove() end end end

script.Parent.Touched:connect(touch)

doesnt work

2
Please format the script and tell me what do you want to do Nguyenlegiahung 1091 — 4y
0
This is not a request site! Please explain also! Nistrict 44 — 4y

Answer this question