roblox spin kill script -- Spin script power = 500 -- change this to make it more or less powerful game:GetService('RunService').Stepped:connect(function() game.Players.LocalPlayer.Character.Head.CanCollide = false game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false end) wait(.1) roblox spin kill script How to get it? roblox spin kill script local bambam = Instance.new("BodyThrust") bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart bambam.Force = Vector3.new(power,0,power) bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position -- Noclip Script local noclip = true -- Gets if you want the noclip char = game.Players.LocalPlayer.Character -- Gets your player while true do -- Make sure someone is in game roblox spin kill script How to use it? roblox spin kill script if noclip == true then for _,v in pairs(char:children()) do pcall(function() if v.className == "Part" then v.CanCollide = false end end) end end game:service("RunService").Stepped:wait() roblox spin kill script How to get it? roblox spin kill script end -- copy paste those scripts together and execute them, wasn't hard to make lmao roblox spin kill script