Advertisement
killerboy634

AWDHAWKDJ

Jun 13th, 2016
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. Ok here you go guys, have fun my v3rmies
  2. If you don't know what save instance is
  3. It saves an instance and all it's descendants as a .rbxmx to your computer
  4. Does not get script sources, obviously cannot access instances on server and can't copy unions or terrain.
  5. void SaveInstance(Instance, string filename, boolean skipObjectVals)
  6. The skipObjectVals parameter is there if you want to skip saving "Object" type properties. It's only there as saving "Object" properties may slow this down. Ex. Welds, ObjectValues.
  7.  
  8. Usage example: _G.SaveInstance(workspace.Model, "test")
  9. Handler:https://onedrive.live.com/redir?resid=48...file%2cexe
  10. VirusTotal:https://virustotal.com/en/file/c9d325d93...463368385/
  11. Save instance: http://pastebin.com/yQhsNVKG
  12. Copier: http://pastebin.com/raw/yqkTzLp3
  13. Instructions:
  14.  
  15. 1. Run the SaveInstanceHandler and click setup trello (if you haven't) and enter in details (token etc)
  16. 2. Search in the script for "-- Put Trello Dev Key here" and enter your details you get from Inside saveinstance handler when you click get script info
  17. 3. Execute save instance FIRST
  18. 4. Run the copier (REQUIRES SAVE INSTANCE) (Execute while in game It will freeze your game just wait till it unfreezes and in the handler hit refresh list and hit the newest entry.)
  19. 5. Open the rbxmx file in the folder that opens when its finished (IN LIGHTING TO PREVENT LAG) (in studio)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement