Roblox Central - Doors Entity Spawner Script

local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))() local Window = Library.CreateLib("Entities Spawner", "Synapse") local Tab = Window:NewTab("Spawn") local Section = Tab:NewSection("Entities") Section:NewLabel("Click to spawn, keybinds are coming soon.") Section:NewButton("Summon Halt", "Summon the blue blanket", function() require(game.ReplicatedStorage.ClientModules.EntityModules.Shade).stuff(require(game.Players.LocalPlayer.PlayerGui.MainUI.Initiator.Main_Game), workspace.CurrentRooms[game.Players.LocalPlayer:GetAttribute("CurrentRoom")]) end) Section:NewButton("Summon Screech", "Summon the blob of slime", function() require(game.StarterGui.MainUI.Initiator.Main_Game.RemoteListener.Modules.Screech)(require(game.Players.LocalPlayer.PlayerGui.MainUI.Initiator.Main_Game), workspace.CurrentRooms[game.Players.LocalPlayer:GetAttribute("CurrentRoom")]) end) Section:NewButton("Summon Glitch", "Summon Mr. Teleport", function() require(game.ReplicatedStorage.ClientModules.EntityModules.Glitch).stuff(require(game.Players.LocalPlayer.PlayerGui.MainUI.Initiator.Main_Game), workspace.CurrentRooms[game.Players.LocalPlayer:GetAttribute("CurrentRoom")]) end)
views: 322
2023-02-12 00:01:55
Download
Create free pastes just like this one and get paid. Create paste
×