Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Creator = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors%20Entity%20Spawner/Source.lua"))()
- local entity = Creator.createEntity({
- Model = "https://github.com/fnaclol/sussy-bois/raw/main/FireBrand3.rbxm",
- Speed = 400,
- DelayTime = 2,
- HeightOffset = 0,
- CanKill = false,
- BreakLights = false,
- FlickerLights = {
- false,
- 1,
- },
- Cycles = {
- Min = 2,
- Max = 2,
- WaitTime = 2,
- },
- CamShake = {
- true,
- {5, 15, 0.1, 1},
- 100,
- },
- })
- Creator.runEntity(entity)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement