gamesreboot

Testing EMBED script

May 25th, 2022 (edited)
488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. -- created an addon system for my roblox game
  2.  
  3. LoadConsoleService()
  4. LoadScriptsEnviroment()
  5. --print(script.Name)
  6. local p = Instance.new("Part")
  7. p.Position = Vector3.new(0,15,0)
  8. p.Size = Vector3.new(9,9,9)
  9. p.Parent = workspace
Add Comment
Please, Sign In to add comment