local Remote = game.ReplicatedStorage.RemoteEvents.MagicEvent _G.idk = false -- set to true and execute to start -- set to false and execute to stop while _G.idk == true do wait(0.1) local Arguments = { [1] = "Howling", --You can put any ability here, even if you don't have it. [2] = "ɔiǫɒM" } Remote:FireServer(unpack(Arguments)) end