Advertisement
HolesHack

Instance Start Code

Nov 16th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. os.loadAPI("apis/Instances") --Path to Instance script
  2. local Instance = Instances.Instance
  3. local Vector2 = Instances.Vector2
  4. local Background = Instances.Backgroundcolor
  5. function tick()
  6.     Instances.tick()
  7. end
  8.  
  9. while true do
  10.  
  11.     tick()
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement