Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- created an addon system for my roblox game
- LoadConsoleService()
- LoadScriptsEnviroment()
- --print(script.Name)
- local p = Instance.new("Part")
- p.Position = Vector3.new(0,15,0)
- p.Size = Vector3.new(9,9,9)
- p.Parent = workspace
Add Comment
Please, Sign In to add comment