Advertisement
LucidScripts

DeltaXRay_DeltaRemotes

Apr 26th, 2021 (edited)
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.52 KB | None | 0 0
  1. getgenv().UserId = game.Players.LocalPlayer.UserId
  2. -- Scripts
  3. getgenv().FuncRemote = Instance.new("BindableEvent") or game.CoreGui:FindFirstChild("ScriptsRemote")['FuncRemote']
  4. getgenv().FuncRemote.Name = 'FuncRemote'
  5. if not(game.Players[game.Players.LocalPlayer.Name].Backpack:FindFirstChild("ScriptsRemote"))then
  6.     local RemoteFolder = Instance.new("Folder")
  7.     RemoteFolder.Name = "ScriptsRemote"
  8.     RemoteFolder.Parent = game.Players[game.Players.LocalPlayer.Name].Backpack
  9. getgenv().FuncRemote.Parent = RemoteFolder
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement