SHOW:
|
|
- or go back to the newest paste.
| 1 | if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
| |
| 2 | local Player,Mouse,mouse,UserInputService,ContextActionService = owner | |
| 3 | - | mouse = game.Players.LocalPlayer:GetMouse() |
| 3 | + | do |
| 4 | - | game.Players.LocalPlayer.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Dead, false) |
| 4 | + | print("Fixed by kilcrafter (crift_games1)")
|
| 5 | - | local txtfag = Instance.new("BillboardGui", game.Players.LocalPlayer.Character.Head)
|
| 5 | + | script.Parent = Player.Character |
| 6 | ||
| 7 | --RemoteEvent for communicating | |
| 8 | local Event = Instance.new("RemoteEvent")
| |
| 9 | Event.Name = "UserInput_Event" | |
| 10 | ||
| 11 | --Fake event to make stuff like Mouse.KeyDown work | |
| 12 | local function fakeEvent() | |
| 13 | local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
| |
| 14 | t.connect = t.Connect | |
| 15 | return t | |
| 16 | end | |
| 17 | ||
| 18 | --Creating fake input objects with fake variables | |
| 19 | local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
| |
| 20 | local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
| |
| 21 | local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
| |
| 22 | CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
| |
| 23 | end} | |
| 24 | --Merged 2 functions into one by checking amount of arguments | |
| 25 | CAS.UnbindAction = CAS.BindAction | |
| 26 | ||
| 27 | --This function will trigger the events that have been :Connect()'ed | |
| 28 | local function te(self,ev,...) | |
| 29 | local t = m[ev] | |
| 30 | - | v.BrickColor = game.Players.LocalPlayer.Character.Torso.BrickColor |
| 30 | + | if t and t._fakeEvent and t.Function then |
| 31 | t.Function(...) | |
| 32 | end | |
| 33 | end | |
| 34 | m.TrigEvent = te | |
| 35 | UIS.TrigEvent = te | |
| 36 | ||
| 37 | Event.OnServerEvent:Connect(function(plr,io) | |
| 38 | if plr~=Player then return end | |
| 39 | - | textfag.Text = game.Players.LocalPlayer.Character.Name.." the Neko Cop" |
| 39 | + | if io.isMouse then |
| 40 | - | local music = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
|
| 40 | + | m.Target = io.Target |
| 41 | m.Hit = io.Hit | |
| 42 | else | |
| 43 | local b = io.UserInputState == Enum.UserInputState.Begin | |
| 44 | if io.UserInputType == Enum.UserInputType.MouseButton1 then | |
| 45 | return m:TrigEvent(b and "Button1Down" or "Button1Up") | |
| 46 | end | |
| 47 | - | alert = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
|
| 47 | + | for _,t in pairs(CAS.Actions) do |
| 48 | for _,k in pairs(t.Keys) do | |
| 49 | if k==io.KeyCode then | |
| 50 | - | game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 20 |
| 50 | + | t.Function(t.Name,io.UserInputState,io) |
| 51 | end | |
| 52 | end | |
| 53 | end | |
| 54 | m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower()) | |
| 55 | UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false) | |
| 56 | end | |
| 57 | end) | |
| 58 | Event.Parent = NLS([==[ | |
| 59 | local Player = game:GetService("Players").LocalPlayer
| |
| 60 | local Event = script:WaitForChild("UserInput_Event")
| |
| 61 | ||
| 62 | local UIS = game:GetService("UserInputService")
| |
| 63 | local input = function(io,a) | |
| 64 | if a then return end | |
| 65 | --Since InputObject is a client-side instance, we create and pass table instead | |
| 66 | Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
| |
| 67 | end | |
| 68 | UIS.InputBegan:Connect(input) | |
| 69 | UIS.InputEnded:Connect(input) | |
| 70 | ||
| 71 | local Mouse = Player:GetMouse() | |
| 72 | local h,t | |
| 73 | --Give the server mouse data 30 times every second, but only if the values changed | |
| 74 | --If player is not moving their mouse, client won't fire events | |
| 75 | while wait(1/30) do | |
| 76 | if h~=Mouse.Hit or t~=Mouse.Target then | |
| 77 | h,t=Mouse.Hit,Mouse.Target | |
| 78 | Event:FireServer({isMouse=true,Target=t,Hit=h})
| |
| 79 | end | |
| 80 | end]==],Player.Character) | |
| 81 | Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS | |
| 82 | end | |
| 83 | ||
| 84 | --By Rufus14 | |
| 85 | --Converted with ttyyuu12345's model to script plugin v4 | |
| 86 | owner.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Dead, false) | |
| 87 | local txtfag = Instance.new("BillboardGui", owner.Character.Head)
| |
| 88 | txtfag.Adornee = suckadick | |
| 89 | txtfag.Name = "kys nigga" | |
| 90 | txtfag.Size = UDim2.new(2, 0, 1.2, 0) | |
| 91 | txtfag.StudsOffset = Vector3.new(-5, 3, 0) | |
| 92 | local textfag = Instance.new("TextLabel", txtfag)
| |
| 93 | textfag.Size = UDim2.new(6, 0, 1, 0) | |
| 94 | textfag.FontSize = "Size8" | |
| 95 | textfag.TextScaled = true | |
| 96 | textfag.TextTransparency = 0 | |
| 97 | textfag.BackgroundTransparency = 1 | |
| 98 | textfag.TextTransparency = 0 | |
| 99 | textfag.TextStrokeTransparency = 0 | |
| 100 | textfag.Font = "Cartoon" | |
| 101 | textfag.TextStrokeColor3 = Color3.new(0, 1, 0) | |
| 102 | v = Instance.new("Part")
| |
| 103 | v.Name = "ColorBrick" | |
| 104 | v.Parent = part | |
| 105 | v.FormFactor = "Symmetric" | |
| 106 | v.Anchored = true | |
| 107 | v.CanCollide = false | |
| 108 | v.BottomSurface = "Smooth" | |
| 109 | v.TopSurface = "Smooth" | |
| 110 | v.Size = Vector3.new(10, 5, 3) | |
| 111 | v.Transparency = 0.7 | |
| 112 | v.BrickColor = owner.Character.Torso.BrickColor | |
| 113 | v.Transparency = 1 | |
| 114 | textfag.TextColor3 = v.BrickColor.Color | |
| 115 | textfag.TextStrokeColor3 = Color3.new(0, 0, 0) | |
| 116 | v.Shape = "Block" | |
| 117 | textfag.Text = "Script By maxinfinitelo123" | |
| 118 | wait(2) | |
| 119 | textfag.Text = "plz use it faggot" | |
| 120 | wait(0.3) | |
| 121 | textfag.Text = owner.Character.Name.." the Neko Cop" | |
| 122 | local music = Instance.new("Sound", owner.Character.Head)
| |
| 123 | music.Volume = 10 | |
| 124 | music.SoundId = "rbxassetid://405936754" | |
| 125 | music:Play() | |
| 126 | music.Looped = true | |
| 127 | music.Name = "Youfaggot" | |
| 128 | cloneofmusic = music:Clone() | |
| 129 | alert = Instance.new("Sound", owner.Character.Head)
| |
| 130 | alert.Volume = 10 | |
| 131 | alert.SoundId = "rbxassetid://1011639456" | |
| 132 | owner.Character.Humanoid.WalkSpeed = 20 | |
| 133 | --Converted with ttyyuu12345's model to script plugin v4 | |
| 134 | function sandbox(var,func) | |
| 135 | local env = getfenv(func) | |
| 136 | local newenv = setmetatable({},{
| |
| 137 | __index = function(self,k) | |
| 138 | if k=="script" then | |
| 139 | return var | |
| 140 | else | |
| 141 | return env[k] | |
| 142 | end | |
| 143 | end, | |
| 144 | }) | |
| 145 | setfenv(func,newenv) | |
| 146 | return func | |
| 147 | end | |
| 148 | cors = {}
| |
| 149 | mas = Instance.new("Model",game:GetService("Lighting"))
| |
| 150 | Model0 = Instance.new("Model")
| |
| 151 | Part1 = Instance.new("Part")
| |
| 152 | Part2 = Instance.new("Part")
| |
| 153 | Part3 = Instance.new("Part")
| |
| 154 | Part4 = Instance.new("Part")
| |
| 155 | Part5 = Instance.new("Part")
| |
| 156 | Part6 = Instance.new("Part")
| |
| 157 | Part7 = Instance.new("Part")
| |
| 158 | Part8 = Instance.new("Part")
| |
| 159 | Part9 = Instance.new("Part")
| |
| 160 | Model0.Name = "Jailol" | |
| 161 | Model0.Parent = mas | |
| 162 | Part1.Parent = Model0 | |
| 163 | - | if humanoid.Parent.Name ~= game.Players.LocalPlayer.Name then |
| 163 | + | |
| 164 | Part1.BrickColor = BrickColor.new("Crimson")
| |
| 165 | Part1.Size = Vector3.new(27.2409039, 20.9545422, 4.19090843) | |
| 166 | Part1.CFrame = CFrame.new(-14.9545441, 10.4772959, -87.8842926, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 167 | Part1.BottomSurface = Enum.SurfaceType.Smooth | |
| 168 | Part1.TopSurface = Enum.SurfaceType.Smooth | |
| 169 | Part1.Color = Color3.new(0.584314, 0.0470588, 0.0470588) | |
| 170 | Part1.Position = Vector3.new(-14.9545441, 10.4772959, -87.8842926) | |
| 171 | Part1.Color = Color3.new(0.584314, 0.0470588, 0.0470588) | |
| 172 | Part2.Parent = Model0 | |
| 173 | Part2.Material = Enum.Material.Brick | |
| 174 | Part2.BrickColor = BrickColor.new("Crimson")
| |
| 175 | Part2.Size = Vector3.new(27.2409039, 20.9545422, 4.19090843) | |
| 176 | Part2.CFrame = CFrame.new(26.9545403, 10.4772959, -87.8842926, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 177 | Part2.BottomSurface = Enum.SurfaceType.Smooth | |
| 178 | Part2.TopSurface = Enum.SurfaceType.Smooth | |
| 179 | Part2.Color = Color3.new(0.584314, 0.0470588, 0.0470588) | |
| 180 | Part2.Position = Vector3.new(26.9545403, 10.4772959, -87.8842926) | |
| 181 | Part2.Color = Color3.new(0.584314, 0.0470588, 0.0470588) | |
| 182 | Part3.Name = "GlassDoor" | |
| 183 | Part3.Parent = Model0 | |
| 184 | Part3.Material = Enum.Material.Glass | |
| 185 | Part3.BrickColor = BrickColor.new("Dark stone grey")
| |
| 186 | Part3.Transparency = 0.55000001192093 | |
| 187 | Part3.Size = Vector3.new(14.6681786, 20.9545422, 4.19090843) | |
| 188 | Part3.CFrame = CFrame.new(5.99999619, 10.4772959, -87.8842926, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 189 | Part3.BottomSurface = Enum.SurfaceType.Smooth | |
| 190 | Part3.TopSurface = Enum.SurfaceType.Smooth | |
| 191 | Part3.Color = Color3.new(0.392157, 0.392157, 0.392157) | |
| 192 | Part3.Position = Vector3.new(5.99999619, 10.4772959, -87.8842926) | |
| 193 | Part3.Color = Color3.new(0.392157, 0.392157, 0.392157) | |
| 194 | Part4.Parent = Model0 | |
| 195 | Part4.Material = Enum.Material.Brick | |
| 196 | Part4.BrickColor = BrickColor.new("Crimson")
| |
| 197 | Part4.Rotation = Vector3.new(0, -90, 0) | |
| 198 | Part4.Size = Vector3.new(53.4340782, 20.9545422, 4.19090843) | |
| 199 | Part4.CFrame = CFrame.new(38.4795341, 10.4772959, -116.696777, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 200 | Part4.BottomSurface = Enum.SurfaceType.Smooth | |
| 201 | Part4.TopSurface = Enum.SurfaceType.Smooth | |
| 202 | Part4.Color = Color3.new(0.584314, 0.0470588, 0.0470588) | |
| 203 | Part4.Position = Vector3.new(38.4795341, 10.4772959, -116.696777) | |
| 204 | - | v.Parent = game:GetService("Players").LocalPlayer.Character
|
| 204 | + | |
| 205 | Part4.Color = Color3.new(0.584314, 0.0470588, 0.0470588) | |
| 206 | Part5.Parent = Model0 | |
| 207 | Part5.Material = Enum.Material.Brick | |
| 208 | Part5.BrickColor = BrickColor.new("Crimson")
| |
| 209 | Part5.Rotation = Vector3.new(0, -90, 0) | |
| 210 | Part5.Size = Vector3.new(53.4340782, 20.9545422, 4.19090843) | |
| 211 | Part5.CFrame = CFrame.new(-26.4795418, 10.4772959, -116.696777, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 212 | Part5.BottomSurface = Enum.SurfaceType.Smooth | |
| 213 | Part5.TopSurface = Enum.SurfaceType.Smooth | |
| 214 | Part5.Color = Color3.new(0.584314, 0.0470588, 0.0470588) | |
| 215 | Part5.Position = Vector3.new(-26.4795418, 10.4772959, -116.696777) | |
| 216 | Part5.Orientation = Vector3.new(0, -90, 0) | |
| 217 | Part5.Color = Color3.new(0.584314, 0.0470588, 0.0470588) | |
| 218 | Part6.Parent = Model0 | |
| 219 | Part6.Material = Enum.Material.Brick | |
| 220 | Part6.BrickColor = BrickColor.new("Crimson")
| |
| 221 | Part6.Rotation = Vector3.new(-180, 0, -180) | |
| 222 | Part6.Size = Vector3.new(60.7681732, 20.9545422, 4.19090843) | |
| 223 | Part6.CFrame = CFrame.new(5.99999619, 10.4772959, -141.318375, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 224 | Part6.BottomSurface = Enum.SurfaceType.Smooth | |
| 225 | Part6.TopSurface = Enum.SurfaceType.Smooth | |
| 226 | Part6.Color = Color3.new(0.584314, 0.0470588, 0.0470588) | |
| 227 | Part6.Position = Vector3.new(5.99999619, 10.4772959, -141.318375) | |
| 228 | Part6.Orientation = Vector3.new(0, 180, 0) | |
| 229 | Part6.Color = Color3.new(0.584314, 0.0470588, 0.0470588) | |
| 230 | Part7.Parent = Model0 | |
| 231 | Part7.Material = Enum.Material.Glass | |
| 232 | Part7.BrickColor = BrickColor.new("Really black")
| |
| 233 | Part7.Transparency = 0.55000001192093 | |
| 234 | Part7.Size = Vector3.new(61.1681786, 0.0900000036, 49.6909103) | |
| 235 | Part7.CFrame = CFrame.new(5.91590881, 0.0546672344, -114.696777, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 236 | Part7.BottomSurface = Enum.SurfaceType.Smooth | |
| 237 | Part7.TopSurface = Enum.SurfaceType.Smooth | |
| 238 | Part7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 239 | Part7.Position = Vector3.new(5.91590881, 0.0546672344, -114.696777) | |
| 240 | Part7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 241 | Part7.Name = "Floor" | |
| 242 | function parttouchedddd(part) | |
| 243 | local humanoid = part.Parent:findFirstChildOfClass("Humanoid")
| |
| 244 | if humanoid then | |
| 245 | if humanoid.Parent.Name ~= owner.Name then | |
| 246 | for i,v in pairs(humanoid.Parent:GetChildren()) do | |
| 247 | if v.ClassName == "LocalScript" or v.ClassName == "Script" or v.ClassName == "Sound" then | |
| 248 | v:Remove() | |
| 249 | end | |
| 250 | for q,w in pairs(v:GetChildren()) do | |
| 251 | if w.ClassName == "LocalScript" or w.ClassName == "Script" or w.ClassName == "Sound" then | |
| 252 | w:Remove() | |
| 253 | end | |
| 254 | end | |
| 255 | end | |
| 256 | end | |
| 257 | end | |
| 258 | end | |
| 259 | Part7.Touched:connect(parttouchedddd) | |
| 260 | Part8.Parent = Model0 | |
| 261 | Part8.Material = Enum.Material.Glass | |
| 262 | Part8.BrickColor = BrickColor.new("Teal")
| |
| 263 | Part8.Transparency = 0.55000001192093 | |
| 264 | Part8.Size = Vector3.new(69.1681824, 0.45454216, 57.6909103) | |
| 265 | Part8.CFrame = CFrame.new(5.915905, 21.1818428, -114.696777, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 266 | - | SurfaceGui.Parent = game.Players.LocalPlayer.Character.Jailol.wow |
| 266 | + | |
| 267 | Part8.TopSurface = Enum.SurfaceType.Smooth | |
| 268 | Part8.Color = Color3.new(0.0784314, 1, 0.862745) | |
| 269 | Part8.Position = Vector3.new(5.915905, 21.1818428, -114.696777) | |
| 270 | Part8.Color = Color3.new(0.0784314, 1, 0.862745) | |
| 271 | Part9.Name = "wow" | |
| 272 | Part9.Parent = Model0 | |
| 273 | Part9.Material = Enum.Material.Concrete | |
| 274 | Part9.BrickColor = BrickColor.new("Lime green")
| |
| 275 | Part9.Rotation = Vector3.new(-180, 0, -165) | |
| 276 | Part9.Anchored = true | |
| 277 | Part9.Size = Vector3.new(14.7681732, 6.70454216, 0.190908432) | |
| 278 | - | for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do |
| 278 | + | |
| 279 | Part9.BottomSurface = Enum.SurfaceType.Smooth | |
| 280 | Part9.TopSurface = Enum.SurfaceType.Smooth | |
| 281 | Part9.Color = Color3.new(0.054902, 1, 0.0392157) | |
| 282 | Part9.Position = Vector3.new(2.99999595, 11.2613897, -139.068375) | |
| 283 | Part9.Orientation = Vector3.new(0, 180, 15) | |
| 284 | Part9.Color = Color3.new(0.054902, 1, 0.0392157) | |
| 285 | for i,v in pairs(mas:GetChildren()) do | |
| 286 | v.Parent = owner.Character | |
| 287 | pcall(function() v:MakeJoints() end) | |
| 288 | end | |
| 289 | mas:Destroy() | |
| 290 | for i,v in pairs(cors) do | |
| 291 | spawn(function() | |
| 292 | pcall(v) | |
| 293 | end) | |
| 294 | end | |
| 295 | --Converted with ttyyuu12345's model to script plugin v4 | |
| 296 | function sandbox(var,func) | |
| 297 | local env = getfenv(func) | |
| 298 | local newenv = setmetatable({},{
| |
| 299 | __index = function(self,k) | |
| 300 | if k=="script" then | |
| 301 | return var | |
| 302 | else | |
| 303 | return env[k] | |
| 304 | end | |
| 305 | end, | |
| 306 | }) | |
| 307 | setfenv(func,newenv) | |
| 308 | return func | |
| 309 | end | |
| 310 | cors = {}
| |
| 311 | mas = Instance.new("Model",game:GetService("Lighting"))
| |
| 312 | Part0 = Instance.new("Part")
| |
| 313 | Part0.Name = "Posof" | |
| 314 | Part0.Parent = mas | |
| 315 | Part0.Material = Enum.Material.Glass | |
| 316 | Part0.BrickColor = BrickColor.new("Dark stone grey")
| |
| 317 | Part0.Transparency = 0.55000001192093 | |
| 318 | Part0.Anchored = true | |
| 319 | Part0.CanCollide = false | |
| 320 | Part0.Size = Vector3.new(14.6681786, 0.0500000007, 4.19090843) | |
| 321 | - | v.Parent = game:GetService("Players").LocalPlayer.Character
|
| 321 | + | |
| 322 | Part0.BottomSurface = Enum.SurfaceType.Smooth | |
| 323 | Part0.TopSurface = Enum.SurfaceType.Smooth | |
| 324 | Part0.Color = Color3.new(0.392157, 0.392157, 0.392157) | |
| 325 | Part0.Color = Color3.new(0.392157, 0.392157, 0.392157) | |
| 326 | for i,v in pairs(mas:GetChildren()) do | |
| 327 | v.Parent = Model0 | |
| 328 | pcall(function() v:MakeJoints() end) | |
| 329 | end | |
| 330 | mas:Destroy() | |
| 331 | - | weldofcap.Part0 = game.Players.LocalPlayer.Character.Head |
| 331 | + | |
| 332 | spawn(function() | |
| 333 | pcall(v) | |
| 334 | end) | |
| 335 | end | |
| 336 | - | local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone() |
| 336 | + | |
| 337 | - | local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
|
| 337 | + | |
| 338 | - | rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso |
| 338 | + | |
| 339 | - | rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"] |
| 339 | + | |
| 340 | end | |
| 341 | - | local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone() |
| 341 | + | |
| 342 | - | local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
|
| 342 | + | |
| 343 | - | lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso |
| 343 | + | |
| 344 | - | lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"] |
| 344 | + | |
| 345 | ||
| 346 | - | local llegclone = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone() |
| 346 | + | |
| 347 | - | game.Players.LocalPlayer.Character.Torso["Left Hip"]:Remove() |
| 347 | + | |
| 348 | - | local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
|
| 348 | + | SurfaceGui.Parent = owner.Character.Jailol.wow |
| 349 | - | llegweld.Part0 = game.Players.LocalPlayer.Character.Torso |
| 349 | + | |
| 350 | - | llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"] |
| 350 | + | |
| 351 | TextBox.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 352 | - | local rlegclone = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone() |
| 352 | + | |
| 353 | - | game.Players.LocalPlayer.Character.Torso["Right Hip"]:Remove() |
| 353 | + | |
| 354 | - | local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
|
| 354 | + | |
| 355 | - | rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso |
| 355 | + | |
| 356 | - | rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"] |
| 356 | + | |
| 357 | TextBox.TextScaled = true | |
| 358 | - | local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone() |
| 358 | + | |
| 359 | - | game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove() |
| 359 | + | |
| 360 | - | local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
|
| 360 | + | for i,v in pairs(owner.Character:GetChildren()) do |
| 361 | - | humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart |
| 361 | + | |
| 362 | - | humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso |
| 362 | + | |
| 363 | - | local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone() |
| 363 | + | |
| 364 | - | local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
|
| 364 | + | |
| 365 | - | headweld.Part0 = game.Players.LocalPlayer.Character.Torso |
| 365 | + | |
| 366 | - | headweld.Part1 = game.Players.LocalPlayer.Character.Head |
| 366 | + | |
| 367 | local env = getfenv(func) | |
| 368 | - | game.Players.LocalPlayer.Character.Torso.Neck:Remove() |
| 368 | + | |
| 369 | - | game.Players.LocalPlayer.Character.Humanoid.MaxHealth = 450 |
| 369 | + | |
| 370 | - | game.Players.LocalPlayer.Character.Humanoid.Health = 450 |
| 370 | + | |
| 371 | return var | |
| 372 | else | |
| 373 | return env[k] | |
| 374 | end | |
| 375 | end, | |
| 376 | }) | |
| 377 | setfenv(func,newenv) | |
| 378 | return func | |
| 379 | end | |
| 380 | cors = {}
| |
| 381 | mas = Instance.new("Model",game:GetService("Lighting"))
| |
| 382 | Part0hat = Instance.new("Part")
| |
| 383 | SpecialMesh1 = Instance.new("SpecialMesh")
| |
| 384 | Part0hat.Name = "Police Cap" | |
| 385 | Part0hat.Parent = mas | |
| 386 | Part0hat.Rotation = Vector3.new(0, -90, 0) | |
| 387 | Part0hat.Anchored = false | |
| 388 | Part0hat.FormFactor = Enum.FormFactor.Plate | |
| 389 | Part0hat.Size = Vector3.new(2, 0.400000006, 1) | |
| 390 | Part0hat.CFrame = CFrame.new(-6.5, 0.599538267, -62, 0, 0, -1, 0, 1, -0, 1, 0, -0) | |
| 391 | Part0hat.BottomSurface = Enum.SurfaceType.Weld | |
| 392 | Part0hat.TopSurface = Enum.SurfaceType.Smooth | |
| 393 | Part0hat.Position = Vector3.new(-6.5, 0.599538267, -62) | |
| 394 | Part0hat.Orientation = Vector3.new(0, -90, 0) | |
| 395 | SpecialMesh1.Parent = Part0hat | |
| 396 | SpecialMesh1.MeshId = "http://www.roblox.com/asset/?id=1028788" | |
| 397 | SpecialMesh1.Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002) | |
| 398 | SpecialMesh1.TextureId = "http://www.roblox.com/asset/?id=1028787" | |
| 399 | SpecialMesh1.VertexColor = Vector3.new(2, 1, 1) | |
| 400 | SpecialMesh1.MeshType = Enum.MeshType.FileMesh | |
| 401 | SpecialMesh1.Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002) | |
| 402 | for i,v in pairs(mas:GetChildren()) do | |
| 403 | v.Parent = owner.Character | |
| 404 | pcall(function() v:MakeJoints() end) | |
| 405 | end | |
| 406 | mas:Destroy() | |
| 407 | for i,v in pairs(cors) do | |
| 408 | spawn(function() | |
| 409 | pcall(v) | |
| 410 | - | v.Parent = game:GetService("Players").LocalPlayer.Character
|
| 410 | + | |
| 411 | end | |
| 412 | local weldofcap = Instance.new("Weld", Part0hat)
| |
| 413 | weldofcap.Part0 = owner.Character.Head | |
| 414 | weldofcap.Part1 = Part0hat | |
| 415 | weldofcap.C0 = CFrame.new(0,0.5,0) | |
| 416 | canwalk = true | |
| 417 | using = false | |
| 418 | local rhandclone = owner.Character.Torso["Right Shoulder"]:Clone() | |
| 419 | local rhandweld = Instance.new("Weld", owner.Character.Torso)
| |
| 420 | - | game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0 |
| 420 | + | rhandweld.Part0 = owner.Character.Torso |
| 421 | - | game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0 |
| 421 | + | rhandweld.Part1 = owner.Character["Right Arm"] |
| 422 | rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1) | |
| 423 | local lhandclone = owner.Character.Torso["Left Shoulder"]:Clone() | |
| 424 | local lhandweld = Instance.new("Weld", owner.Character.Torso)
| |
| 425 | lhandweld.Part0 = owner.Character.Torso | |
| 426 | - | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame:lerp(CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position,humanoid.Parent.Torso.Position),i) |
| 426 | + | lhandweld.Part1 = owner.Character["Left Arm"] |
| 427 | - | --humanoid.Parent.Torso.CFrame = humanoid.Parent.Torso.CFrame:lerp(CFrame.new(humanoid.Parent.Torso.Position,game.Players.LocalPlayer.Character.Torso.Position),i) |
| 427 | + | |
| 428 | local llegclone = owner.Character.Torso["Left Hip"]:Clone() | |
| 429 | owner.Character.Torso["Left Hip"]:Remove() | |
| 430 | local llegweld = Instance.new("Weld", owner.Character.Torso)
| |
| 431 | llegweld.Part0 = owner.Character.Torso | |
| 432 | llegweld.Part1 = owner.Character["Left Leg"] | |
| 433 | llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0) | |
| 434 | local rlegclone = owner.Character.Torso["Right Hip"]:Clone() | |
| 435 | - | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame:lerp(CFrame.new(game.Players.LocalPlayer.Character.HumanoidRootPart.Position,humanoid.Parent.Torso.Position),i) |
| 435 | + | owner.Character.Torso["Right Hip"]:Remove() |
| 436 | - | humanoid.Parent.Torso.CFrame = humanoid.Parent.Torso.CFrame:lerp(CFrame.new(humanoid.Parent.Torso.Position,game.Players.LocalPlayer.Character.Torso.Position),i) |
| 436 | + | local rlegweld = Instance.new("Weld", owner.Character.Torso)
|
| 437 | rlegweld.Part0 = owner.Character.Torso | |
| 438 | rlegweld.Part1 = owner.Character["Right Leg"] | |
| 439 | rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0) | |
| 440 | local rootjointclone = owner.Character.HumanoidRootPart.RootJoint:Clone() | |
| 441 | owner.Character.HumanoidRootPart.RootJoint:Remove() | |
| 442 | local humanoidrootpart = Instance.new("Weld", owner.Character.Torso)
| |
| 443 | humanoidrootpart.Part0 = owner.Character.HumanoidRootPart | |
| 444 | humanoidrootpart.Part1 = owner.Character.Torso | |
| 445 | local heed = owner.Character.Torso["Neck"]:Clone() | |
| 446 | local headweld = Instance.new("Weld", owner.Character.Torso)
| |
| 447 | headweld.Part0 = owner.Character.Torso | |
| 448 | headweld.Part1 = owner.Character.Head | |
| 449 | headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0) | |
| 450 | - | local path = game:GetService("PathfindingService"):ComputeRawPathAsync(humanoid.Parent.Torso.Position,game.Players.LocalPlayer.Character.Jailol.Posof.Position,200)
|
| 450 | + | owner.Character.Torso.Neck:Remove() |
| 451 | owner.Character.Humanoid.MaxHealth = 450 | |
| 452 | owner.Character.Humanoid.Health = 450 | |
| 453 | jailedbois = {}
| |
| 454 | - | textfag.Text = game.Players.LocalPlayer.Character.Name.." the Neko Cop" |
| 454 | + | |
| 455 | - | game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 20 |
| 455 | + | |
| 456 | - | game.Players.LocalPlayer.Character.Humanoid.JumpPower = 80 |
| 456 | + | |
| 457 | if humanoid.Parent.Name ~= "Rufus14" then | |
| 458 | using = true | |
| 459 | canwalk = false | |
| 460 | table.insert(jailedbois, humanoid.Parent.Name) | |
| 461 | local donttp = Instance.new("BoolValue", humanoid.Parent)
| |
| 462 | donttp.Name = "DontTp" | |
| 463 | humanoid:SetStateEnabled(Enum.HumanoidStateType.Dead, false) | |
| 464 | for i,v in pairs(humanoid.Parent:GetChildren()) do | |
| 465 | if v.ClassName == "LocalScript" or v.ClassName == "Script" then | |
| 466 | v:Remove() | |
| 467 | end | |
| 468 | end | |
| 469 | --Converted with ttyyuu12345's model to script plugin v4 | |
| 470 | function sandbox(var,func) | |
| 471 | local env = getfenv(func) | |
| 472 | - | --humanoid.Parent.Torso.CFrame = CFrame.new(humanoid.Parent.Torso.Position,game.Players.LocalPlayer.Character.Jailol.GlassDoor.Position) |
| 472 | + | |
| 473 | __index = function(self,k) | |
| 474 | if k=="script" then | |
| 475 | return var | |
| 476 | else | |
| 477 | return env[k] | |
| 478 | end | |
| 479 | end, | |
| 480 | }) | |
| 481 | setfenv(func,newenv) | |
| 482 | return func | |
| 483 | end | |
| 484 | cors = {}
| |
| 485 | mas = Instance.new("Model",game:GetService("Lighting"))
| |
| 486 | local Sound0 = Instance.new("Sound")
| |
| 487 | Sound0.Name = "crybabi" | |
| 488 | Sound0.Parent = mas | |
| 489 | Sound0.SoundId = "rbxassetid://553084572" | |
| 490 | Sound0.Volume = 10 | |
| 491 | for i,v in pairs(mas:GetChildren()) do | |
| 492 | v.Parent = owner | |
| 493 | pcall(function() v:MakeJoints() end) | |
| 494 | end | |
| 495 | mas:Destroy() | |
| 496 | for i,v in pairs(cors) do | |
| 497 | spawn(function() | |
| 498 | pcall(v) | |
| 499 | end) | |
| 500 | end | |
| 501 | humanoid.Name = "ContentCOPP'D" | |
| 502 | owner.Character.Humanoid.WalkSpeed = 0 | |
| 503 | owner.Character.Humanoid.JumpPower = 0 | |
| 504 | alert:Play() | |
| 505 | music.Volume = 5 | |
| 506 | textfag.Text = "OH MY..!" | |
| 507 | for i = 0,1 , 0.05 do | |
| 508 | owner.Character.HumanoidRootPart.CFrame = owner.Character.HumanoidRootPart.CFrame:lerp(CFrame.new(owner.Character.HumanoidRootPart.Position,humanoid.Parent.Torso.Position),i) | |
| 509 | --humanoid.Parent.Torso.CFrame = humanoid.Parent.Torso.CFrame:lerp(CFrame.new(humanoid.Parent.Torso.Position,owner.Character.Torso.Position),i) | |
| 510 | game:GetService("RunService").RenderStepped:wait()
| |
| 511 | end | |
| 512 | wait(0.5) | |
| 513 | humanoid.WalkSpeed = 0 | |
| 514 | humanoid.JumpPower = 0 | |
| 515 | textfag.Text = "Stop!" | |
| 516 | for i = 0,1 , 0.05 do | |
| 517 | owner.Character.HumanoidRootPart.CFrame = owner.Character.HumanoidRootPart.CFrame:lerp(CFrame.new(owner.Character.HumanoidRootPart.Position,humanoid.Parent.Torso.Position),i) | |
| 518 | humanoid.Parent.Torso.CFrame = humanoid.Parent.Torso.CFrame:lerp(CFrame.new(humanoid.Parent.Torso.Position,owner.Character.Torso.Position),i) | |
| 519 | game:GetService("RunService").RenderStepped:wait()
| |
| 520 | end | |
| 521 | for i = 0,1 , 0.08 do | |
| 522 | humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0,0,0):inverse(),i) | |
| 523 | lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.436240673, -0.959949374, 1, -5.23747954e-22, -2.65673535e-22, -2.65673535e-22, 3.13253081e-22, -1, 5.23747954e-22, 1, 3.13253081e-22),i) | |
| 524 | game:GetService("RunService").RenderStepped:wait()
| |
| 525 | end | |
| 526 | wait(1) | |
| 527 | textfag.Text = "You are arrested by Neko Police!" | |
| 528 | wait(2) | |
| 529 | textfag.Text = "BECAUSE U ABUSED TO MUCH!!" | |
| 530 | wait(2) | |
| 531 | Sound0:Play() | |
| 532 | local path = game:GetService("PathfindingService"):ComputeRawPathAsync(humanoid.Parent.Torso.Position,owner.Character.Jailol.Posof.Position,200)
| |
| 533 | local go = path:GetPointCoordinates() | |
| 534 | Sound0:Play() | |
| 535 | canwalk = true | |
| 536 | textfag.Text = owner.Character.Name.." the Neko Cop" | |
| 537 | owner.Character.Humanoid.WalkSpeed = 20 | |
| 538 | owner.Character.Humanoid.JumpPower = 80 | |
| 539 | for i = 1, #go do | |
| 540 | local pos = Instance.new("Part", humanoid.Parent)
| |
| 541 | pos.Name = "GoTo1" | |
| 542 | pos.TopSurface = "Smooth" | |
| 543 | pos.BottomSurface = "Smooth" | |
| 544 | pos.Transparency = 1 | |
| 545 | pos.CanCollide = false | |
| 546 | pos.Size = Vector3.new(0.4,0.4,0.4) | |
| 547 | pos.Anchored = true | |
| 548 | pos.Position = go[i] + Vector3.new(0,2.8,0) | |
| 549 | for i = 0,0.5 , 0.04 do | |
| 550 | humanoid.Parent.Torso.CFrame = humanoid.Parent.Torso.CFrame:lerp(pos.CFrame,i) | |
| 551 | game:GetService("RunService").RenderStepped:wait()
| |
| 552 | end | |
| 553 | pos:destroy() | |
| 554 | --humanoid.Parent.Torso.CFrame = CFrame.new(humanoid.Parent.Torso.Position,owner.Character.Jailol.GlassDoor.Position) | |
| 555 | end | |
| 556 | using = false | |
| 557 | humanoid.Parent.Torso.Anchored = true | |
| 558 | for i = 0,1 , 0.03 do | |
| 559 | humanoid.Parent.Torso.CFrame = Part3.CFrame:lerp(humanoid.Parent.Torso.CFrame * CFrame.new(0,-1,-1.5),i) | |
| 560 | game:GetService("RunService").RenderStepped:wait()
| |
| 561 | end | |
| 562 | local isinjail = Instance.new("BoolValue", humanoid.Parent)
| |
| 563 | isinjail.Name = "injail" | |
| 564 | donttp:destroy() | |
| 565 | local torposit = humanoid.Parent.Torso.CFrame | |
| 566 | local txtfage = Instance.new("BillboardGui", humanoid.Parent.Head)
| |
| 567 | txtfage.Adornee = oboi | |
| 568 | txtfage.Name = "time" | |
| 569 | txtfage.Size = UDim2.new(2, 0, 1.2, 0) | |
| 570 | txtfage.StudsOffset = Vector3.new(-5, 3, 0) | |
| 571 | local textfag = Instance.new("TextLabel", txtfage)
| |
| 572 | textfag.Size = UDim2.new(6, 0, 1, 0) | |
| 573 | textfag.FontSize = "Size8" | |
| 574 | textfag.TextScaled = true | |
| 575 | textfag.TextTransparency = 0 | |
| 576 | textfag.BackgroundTransparency = 1 | |
| 577 | textfag.TextTransparency = 0 | |
| 578 | textfag.TextStrokeTransparency = 0 | |
| 579 | textfag.Font = "Arial" | |
| 580 | textfag.TextStrokeColor3 = Color3.new(0, 1, 0) | |
| 581 | v = Instance.new("Part")
| |
| 582 | v.Name = "ColorBrick" | |
| 583 | v.Parent = part | |
| 584 | v.FormFactor = "Symmetric" | |
| 585 | v.Anchored = true | |
| 586 | v.CanCollide = false | |
| 587 | v.BottomSurface = "Smooth" | |
| 588 | v.TopSurface = "Smooth" | |
| 589 | v.Size = Vector3.new(10, 5, 3) | |
| 590 | v.Transparency = 0.7 | |
| 591 | v.BrickColor = humanoid.Parent.Torso.BrickColor | |
| 592 | - | v.Character.Torso.CFrame = game.Players.LocalPlayer.Character.Jailol.Posof.CFrame * CFrame.new(0,2,0) |
| 592 | + | |
| 593 | textfag.TextColor3 = v.BrickColor.Color | |
| 594 | textfag.TextStrokeColor3 = Color3.new(0, 0, 0) | |
| 595 | v.Shape = "Block" | |
| 596 | local numberfag = Instance.new("NumberValue", txtfage)
| |
| 597 | numberfag.Name = "TimeValue" | |
| 598 | numberfag.Value = math.random(500,1000) | |
| 599 | textfag.Text = humanoid.Parent.Name.." (Time: "..numberfag.Value..")" | |
| 600 | humanoid.Parent.Torso.Anchored = false | |
| 601 | humanoid.WalkSpeed = 16 | |
| 602 | humanoid.JumpPower = 80 | |
| 603 | wait(2) | |
| 604 | donttp:destroy() | |
| 605 | humanoid.Parent.Torso.CFrame = torposit | |
| 606 | end | |
| 607 | end | |
| 608 | end | |
| 609 | mouse.Button1Down:connect(clicked) | |
| 610 | - | if game.Players.LocalPlayer.Character.Torso.Velocity.x < -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.x > 0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z < -0.5 or game.Players.LocalPlayer.Character.Torso.Velocity.z > 0.5 then |
| 610 | + | |
| 611 | for i,v in pairs(game.Players:GetChildren()) do | |
| 612 | if v.Character then | |
| 613 | for i = 1,#jailedbois do | |
| 614 | if v.Character.Name == jailedbois[i] then | |
| 615 | if not v.Character:findFirstChild("DontTp") then
| |
| 616 | if not v.Character:findFirstChild("injail") then
| |
| 617 | if v.Character:findFirstChild("Head") then
| |
| 618 | local isinjail = Instance.new("BoolValue", v.Character)
| |
| 619 | isinjail.Name = "injail" | |
| 620 | v.Character.Head.CFrame = Part3.CFrame * CFrame.new(0,0,-4) | |
| 621 | local txtfage = Instance.new("BillboardGui", v.Character.Head)
| |
| 622 | txtfage.Adornee = oboi | |
| 623 | txtfage.Name = "time" | |
| 624 | txtfage.Size = UDim2.new(2, 0, 1.2, 0) | |
| 625 | txtfage.StudsOffset = Vector3.new(-5, 3, 0) | |
| 626 | local textfag = Instance.new("TextLabel", txtfage)
| |
| 627 | textfag.Size = UDim2.new(6, 0, 1, 0) | |
| 628 | textfag.FontSize = "Size8" | |
| 629 | textfag.TextScaled = true | |
| 630 | textfag.TextTransparency = 0 | |
| 631 | textfag.BackgroundTransparency = 1 | |
| 632 | textfag.TextTransparency = 0 | |
| 633 | textfag.TextStrokeTransparency = 0 | |
| 634 | textfag.Font = "Arial" | |
| 635 | textfag.TextStrokeColor3 = Color3.new(0, 1, 0) | |
| 636 | e = Instance.new("Part")
| |
| 637 | e.Name = "ColorBrick" | |
| 638 | e.Parent = v.Character | |
| 639 | e.FormFactor = "Symmetric" | |
| 640 | e.Anchored = true | |
| 641 | e.CanCollide = false | |
| 642 | e.BottomSurface = "Smooth" | |
| 643 | e.TopSurface = "Smooth" | |
| 644 | e.Size = Vector3.new(10, 5, 3) | |
| 645 | e.Transparency = 0.7 | |
| 646 | e.BrickColor = v.Character.Torso.BrickColor | |
| 647 | e.Transparency = 1 | |
| 648 | textfag.TextColor3 = e.BrickColor.Color | |
| 649 | textfag.TextStrokeColor3 = Color3.new(0, 0, 0) | |
| 650 | e.Shape = "Block" | |
| 651 | - | music.Parent = game.Players.LocalPlayer.Character.Head |
| 651 | + | |
| 652 | numberfag.Name = "TimeValue" | |
| 653 | numberfag.Value = math.random(500,1000) | |
| 654 | textfag.Text = v.Character.Name.." (Time: "..numberfag.Value..")" | |
| 655 | end | |
| 656 | end | |
| 657 | end | |
| 658 | end | |
| 659 | end | |
| 660 | if v.Character:findFirstChild("Head") then
| |
| 661 | local timebillboard = v.Character.Head:findFirstChild("time")
| |
| 662 | if timebillboard then | |
| 663 | local timetxt = timebillboard:findFirstChild("TimeValue")
| |
| 664 | if timetxt then | |
| 665 | for q,w in pairs(v.Character:GetChildren()) do | |
| 666 | if w.ClassName == "LocalScript" or w.ClassName == "Script" then | |
| 667 | w:Remove() | |
| 668 | end | |
| 669 | end | |
| 670 | timetxt.Value = timetxt.Value - 1 | |
| 671 | timebillboard.TextLabel.Text = v.Character.Name.." (Time: "..timetxt.Value..")" | |
| 672 | end | |
| 673 | if timetxt.Value < 1 then | |
| 674 | v.Character.Torso.CFrame = owner.Character.Jailol.Posof.CFrame * CFrame.new(0,2,0) | |
| 675 | timebillboard:destroy() | |
| 676 | local humm = v.Character:findFirstChildOfClass("Humanoid")
| |
| 677 | for i,v in pairs(jailedbois) do | |
| 678 | if v == humm.Parent.Name then | |
| 679 | table.remove(jailedbois, i) | |
| 680 | end | |
| 681 | end | |
| 682 | if humm then | |
| 683 | humm.Name = "Humanoid" | |
| 684 | humm:SetStateEnabled(Enum.HumanoidStateType.Dead, true) | |
| 685 | end | |
| 686 | end | |
| 687 | end | |
| 688 | end | |
| 689 | end | |
| 690 | end | |
| 691 | if canwalk then | |
| 692 | if owner.Character.Torso.Velocity.x < -0.5 or owner.Character.Torso.Velocity.x > 0.5 or owner.Character.Torso.Velocity.z < -0.5 or owner.Character.Torso.Velocity.z > 0.5 then | |
| 693 | for i = 0,0.45 , 0.035 do | |
| 694 | if canwalk then | |
| 695 | headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.49999976, 0, 1.00000024, 2.61637394e-22, -4.61336744e-23, -2.65673585e-22, 0.984807849, -0.173647985, 0, 0.17364803, 0.984808087),i) | |
| 696 | humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 1.00000024, -2.65673585e-22, 0, 2.61637394e-22, 0.984807849, -0.17364803, 4.61336744e-23, 0.173647985, 0.984808087):inverse(),i) | |
| 697 | rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.86566889, 0.695530891, 1.00000024, 2.03517657e-22, 1.70771776e-22, -2.65673585e-22, 0.76604414, 0.642788053, 0, -0.642788231, 0.766044319),i) | |
| 698 | llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.530218601, -1.82889962, -0.714493513, 0.992945731, -0.0400093496, -0.111618601, -0.0400080197, 0.773099542, -0.633021653, 0.111619085, 0.633021772, 0.766045153),i) | |
| 699 | lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.64980125, 0.0399148464, 0.717731237, 0.984808087, 0.133022189, 0.111618683, -0.173647985, 0.754407108, 0.633021653, 5.43957649e-23, -0.642787218, 0.766045153),i) | |
| 700 | rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.59805202, 0.136151552, -0.559810162, 0.984808087, -0.173648104, -2.98209869e-07, 0.133021981, 0.754406869, -0.642787337, 0.111619018, 0.63302213, 0.766044855),i) | |
| 701 | game:GetService("RunService").RenderStepped:wait()
| |
| 702 | end | |
| 703 | end | |
| 704 | for i = 0,0.45 , 0.035 do | |
| 705 | if canwalk then | |
| 706 | headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.49999976, 0, 1.00000024, 2.61637394e-22, -4.61336744e-23, -2.65673585e-22, 0.984807849, -0.173647985, 0, 0.17364803, 0.984808087),i) | |
| 707 | humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, -0.0726344585, -2.38418579e-07, 1.00000024, -2.65673585e-22, 0, 2.6163742e-22, 0.984807968, -0.173648044, 4.61336838e-23, 0.173648, 0.984808207):inverse(),i) | |
| 708 | rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.86078393, -0.713530302, 1.00000024, 2.03517695e-22, -1.70771801e-22, -2.65673585e-22, 0.766044259, -0.642788112, 0, 0.642788291, 0.766044438),i) | |
| 709 | llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.70853138, -1.75833619, 0.89703536, 0.992945731, 0.102975316, -0.0587838776, -0.0400080234, 0.757652104, 0.651431441, 0.111619093, -0.644484162, 0.756427169),i) | |
| 710 | lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.66348219, 0.137681007, -0.535534859, 0.984808087, 0.133022189, -0.111618683, -0.173648, 0.754407227, -0.633021653, 0, 0.642787278, 0.766045332),i) | |
| 711 | rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.59805202, 0.118935108, 0.435078144, 0.984808207, -0.173647344, -9.4095941e-07, 0.111619018, 0.63302201, 0.766044796, -0.133021042, -0.754407227, 0.642787576),i) | |
| 712 | game:GetService("RunService").RenderStepped:wait()
| |
| 713 | end | |
| 714 | end | |
| 715 | else | |
| 716 | if canwalk then | |
| 717 | for i = 0,0.5 , 0.03 do | |
| 718 | if canwalk then | |
| 719 | --macheteweld.C0 = macheteweld.C0:lerp(CFrame.new(-0.0285909176, -0.964775562, -1.62501633, 2.65673535e-22, 1, 5.23747954e-22, 1, -2.65673535e-22, -3.13253081e-22, -3.13253081e-22, 5.23747954e-22, -1),i) | |
| 720 | headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.49999976, 0, 0.939692736, 2.65673535e-22, -0.342019886, -1.42512683e-22, 1, 3.85227261e-22, 0.342019916, -3.13253081e-22, 0.939692736),i) | |
| 721 | humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.866025388, -3.86706633e-22, -0.500000238, 2.65673535e-22, 1, -3.13253081e-22, 0.500000238, 1.38448295e-22, 0.866025388):inverse(),i) | |
| 722 | rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -2, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i) | |
| 723 | llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.790345192, -1.96068549, 0, 0.984807849, 0.173647985, -5.23747954e-22, -0.173647985, 0.984807849, 3.13253081e-22, 5.70186845e-22, -2.1754633e-22, 1),i) | |
| 724 | lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.65210819, 0.0268206596, 0, 0.984807849, 0.173647985, -5.23747954e-22, -0.173647985, 0.984807849, 3.13253081e-22, 5.70186845e-22, -2.1754633e-22, 1),i) | |
| 725 | rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.59805298, 0.00370526314, -0.166603565, 0.984807849, -0.173648134, -3.13053391e-07, 0.171009988, 0.969846368, -0.173648238, 0.0301539954, 0.171010062, 0.984807789),i) | |
| 726 | game:GetService("RunService").RenderStepped:wait()
| |
| 727 | end | |
| 728 | end | |
| 729 | end | |
| 730 | end | |
| 731 | end | |
| 732 | if music.Parent == nil then | |
| 733 | music.Parent = owner.Character.Head | |
| 734 | end | |
| 735 | wait() | |
| 736 | end |