Advertisement
mjv2023

Untitled

Sep 19th, 2023
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. local Creator = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors%20Entity%20Spawner/Source.lua"))()
  2.  
  3. local entity = Creator.createEntity({
  4. Model = "https://github.com/fnaclol/sussy-bois/raw/main/FireBrand3.rbxm",
  5. Speed = 400,
  6. DelayTime = 2,
  7. HeightOffset = 0,
  8. CanKill = false,
  9. BreakLights = false,
  10. FlickerLights = {
  11. false,
  12. 1,
  13. },
  14. Cycles = {
  15. Min = 2,
  16. Max = 2,
  17. WaitTime = 2,
  18. },
  19. CamShake = {
  20. true,
  21. {5, 15, 0.1, 1},
  22. 100,
  23. },
  24. })
  25.  
  26. Creator.runEntity(entity)
  27. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement