Advertisement
OnFireRobloxScriptin

Open shop with proximity prompt regular script

Feb 19th, 2024
569
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. --//Variables
  2. local prox = script.Parent
  3. local remoteEvent = game.ReplicatedStorage:WaitForChild("OpenShop")
  4.  
  5. --//Open
  6. prox.Triggered:Connect(function(player)
  7.     remoteEvent:FireClient(player)
  8. end)
  9.  
  10. --Full Video: https://youtu.be/YNAUAVvMa38
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement