Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --https://github.com/Mokiros/roblox-FE-compatibility
- if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
- local Player,game,owner = owner,game
- local RealPlayer = Player
- do
- print("FE Compatibility code V2 by Mokiros")
- local RealPlayer = RealPlayer
- script.Parent = RealPlayer.Character
- --Fake event to make stuff like Mouse.KeyDown work
- local Disconnect_Function = function(this)
- this[1].Functions[this[2]] = nil
- end
- local Disconnect_Metatable = {__index={disconnect=Disconnect_Function,Disconnect=Disconnect_Function}}
- local FakeEvent_Metatable = {__index={
- Connect = function(this,f)
- local i = tostring(math.random(0,10000))
- while this.Functions[i] do
- i = tostring(math.random(0,10000))
- end
- this.Functions[i] = f
- return setmetatable({this,i},Disconnect_Metatable)
- end
- }}
- FakeEvent_Metatable.__index.connect = FakeEvent_Metatable.__index.Connect
- local function fakeEvent()
- return setmetatable({Functions={}},FakeEvent_Metatable)
- end
- --Creating fake input objects with fake variables
- local FakeMouse = {Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
- FakeMouse.keyUp = FakeMouse.KeyUp
- FakeMouse.keyDown = FakeMouse.KeyDown
- local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
- local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
- CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
- end}
- --Merged 2 functions into one by checking amount of arguments
- CAS.UnbindAction = CAS.BindAction
- --This function will trigger the events that have been :Connect()'ed
- local function TriggerEvent(self,ev,...)
- for _,f in pairs(self[ev].Functions) do
- f(...)
- end
- end
- FakeMouse.TriggerEvent = TriggerEvent
- UIS.TriggerEvent = TriggerEvent
- --Client communication
- local Event = Instance.new("RemoteEvent")
- Event.Name = "UserInput_Event"
- Event.OnServerEvent:Connect(function(plr,io)
- if plr~=RealPlayer then return end
- FakeMouse.Target = io.Target
- FakeMouse.Hit = io.Hit
- if not io.isMouse then
- local b = io.UserInputState == Enum.UserInputState.Begin
- if io.UserInputType == Enum.UserInputType.MouseButton1 then
- return FakeMouse:TriggerEvent(b and "Button1Down" or "Button1Up")
- end
- if io.UserInputType == Enum.UserInputType.MouseButton2 then
- return FakeMouse:TriggerEvent(b and "Button2Down" or "Button2Up")
- end
- for _,t in pairs(CAS.Actions) do
- for _,k in pairs(t.Keys) do
- if k==io.KeyCode then
- t.Function(t.Name,io.UserInputState,io)
- end
- end
- end
- FakeMouse:TriggerEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
- UIS:TriggerEvent(b and "InputBegan" or "InputEnded",io,false)
- end
- end)
- Event.Parent = NLS([==[local Event = script:WaitForChild("UserInput_Event")
- local Mouse = owner:GetMouse()
- local UIS = game:GetService("UserInputService")
- local input = function(io,RobloxHandled)
- if RobloxHandled then return end
- --Since InputObject is a client-side instance, we create and pass table instead
- Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
- end
- UIS.InputBegan:Connect(input)
- UIS.InputEnded:Connect(input)
- local h,t
- --Give the server mouse data every second frame, but only if the values changed
- --If player is not moving their mouse, client won't fire events
- local HB = game:GetService("RunService").Heartbeat
- while true do
- if h~=Mouse.Hit or t~=Mouse.Target then
- h,t=Mouse.Hit,Mouse.Target
- Event:FireServer({isMouse=true,Target=t,Hit=h})
- end
- --Wait 2 frames
- for i=1,2 do
- HB:Wait()
- end
- end]==],script)
- ----Sandboxed game object that allows the usage of client-side methods and services
- --Real game object
- local RealGame = game
- --Metatable for fake service
- local FakeService_Metatable = {
- __index = function(self,k)
- local s = rawget(self,"_RealService")
- if s then
- return typeof(s[k])=="function"
- and function(_,...)return s[k](s,...)end or s[k]
- end
- end,
- __newindex = function(self,k,v)
- local s = rawget(self,"_RealService")
- if s then s[k]=v end
- end
- }
- local function FakeService(t,RealService)
- t._RealService = typeof(RealService)=="string" and RealGame:GetService(RealService) or RealService
- return setmetatable(t,FakeService_Metatable)
- end
- --Fake game object
- local FakeGame = {
- GetService = function(self,s)
- return rawget(self,s) or RealGame:GetService(s)
- end,
- Players = FakeService({
- LocalPlayer = FakeService({GetMouse=function(self)return FakeMouse end},Player)
- },"Players"),
- UserInputService = FakeService(UIS,"UserInputService"),
- ContextActionService = FakeService(CAS,"ContextActionService"),
- RunService = FakeService({
- _btrs = {},
- RenderStepped = RealGame:GetService("RunService").Heartbeat,
- BindToRenderStep = function(self,name,_,fun)
- self._btrs[name] = self.Heartbeat:Connect(fun)
- end,
- UnbindFromRenderStep = function(self,name)
- self._btrs[name]:Disconnect()
- end,
- },"RunService")
- }
- rawset(FakeGame.Players,"localPlayer",FakeGame.Players.LocalPlayer)
- FakeGame.service = FakeGame.GetService
- FakeService(FakeGame,game)
- --Changing owner to fake player object to support owner:GetMouse()
- game,owner = FakeGame,FakeGame.Players.LocalPlayer
- end
- samuelrichter66 = game.Players.samuelrichter66
- char = samuelrichter66.Character
- wait(1)
- local player = game.Players.samuelrichter66
- local chara = workspace:WaitForChild(player.Name)
- local human = chara.Humanoid
- local rhandclone = game.Players.samuelrichter66.Character.Torso["Right Shoulder"]:Clone()
- local rhandweld = Instance.new("Weld", game.Players.samuelrichter66.Character.Torso)
- rhandweld.Part0 = game.Players.samuelrichter66.Character.Torso
- rhandweld.Part1 = game.Players.samuelrichter66.Character["Right Arm"]
- rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
- local lhandclone = game.Players.samuelrichter66.Character.Torso["Left Shoulder"]:Clone()
- local lhandweld = Instance.new("Weld", game.Players.samuelrichter66.Character.Torso)
- lhandweld.Part0 = game.Players.samuelrichter66.Character.Torso
- lhandweld.Part1 = game.Players.samuelrichter66.Character["Left Arm"]
- lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
- local llegweld = Instance.new("Weld", game.Players.samuelrichter66.Character.Torso)
- llegweld.Part0 = game.Players.samuelrichter66.Character.Torso
- llegweld.Part1 = game.Players.samuelrichter66.Character["Left Leg"]
- llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0)
- local rlegclone = game.Players.samuelrichter66.Character.Torso["Right Hip"]:Clone()
- game.Players.samuelrichter66.Character.Torso["Right Hip"]:Remove()
- local rlegweld = Instance.new("Weld", game.Players.samuelrichter66.Character.Torso)
- rlegweld.Part0 = game.Players.samuelrichter66.Character.Torso
- rlegweld.Part1 = game.Players.samuelrichter66.Character["Right Leg"]
- rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0)
- local gui = Instance.new("ScreenGui",samuelrichter66.PlayerGui)
- local image = Instance.new("ImageButton",gui)
- image.Image = "rbxasset://Textures/Bomb.png"
- image.BackgroundTransparency = 0.3
- image.BorderSizePixel = 0
- image.Position = UDim2.new(0.003, 0, 0.798, 0)
- image.Size = UDim2.new(0, 100, 0, 100)
- image.MouseButton1Click:connect(function() -- Spawn bomb function
- local bomb = Instance.new("Part",workspace)
- bomb.Size = Vector3.new(2, 2, 2)
- bomb.CFrame = char.Torso.CFrame
- local m = Instance.new("FileMesh",bomb)
- m.MeshId = "rbxasset://fonts/timebomb.mesh"
- m.TextureId = "rbxasset://textures/bombtex.png"
- bomb.Name = "b0mb"
- local updateInterval = .4
- local currentColor = 1
- local colors = {26, 21}
- local ticksound = Instance.new("Sound")
- ticksound.SoundId = "rbxasset://sounds\\clickfast.wav"
- ticksound.Parent = bomb
- function update()
- updateInterval = updateInterval * .9
- bomb.BrickColor = BrickColor.new(colors[currentColor])
- currentColor = currentColor + 1
- if (currentColor > 2) then currentColor = 1 end
- end
- function blowUp()
- local sound = Instance.new("Sound")
- sound.SoundId = "rbxasset://sounds\\Rocket shot.wav"
- sound.Parent = bomb
- sound.Volume = 1
- sound:play()
- explosion = Instance.new("Explosion")
- explosion.BlastRadius = 12
- explosion.BlastPressure = 1000000 -- these are really wussy units
- -- find instigator tag
- local creator = char:findFirstChild("creator")
- if creator ~= nil then
- explosion.Hit:connect(function(part, distance) onPlayerBlownUp(part, distance, creator) end)
- end
- explosion.Position = bomb.Position
- explosion.Parent = game.Workspace
- bomb.Transparency = 1
- end
- function onPlayerBlownUp(part, distance, creator)
- if part.Name == "Head" then
- local humanoid = part.Parent.Humanoid
- tagHumanoid(humanoid, creator)
- end
- end
- function tagHumanoid(humanoid, creator)
- -- tag does not need to expire iff all explosions lethal
- if creator ~= nil then
- local new_tag = creator:clone()
- new_tag.Parent = humanoid
- end
- end
- function untagHumanoid(humanoid)
- if humanoid ~= nil then
- local tag = humanoid:findFirstChild("creator")
- if tag ~= nil then
- tag.Parent = nil
- end
- end
- end
- while updateInterval > .1 do
- wait(updateInterval)
- update()
- ticksound:play()
- end
- blowUp()
- game:GetService("Debris"):AddItem(bomb,5)
- end)
- mouse = samuelrichter66:GetMouse()
- char.Humanoid.Name = "OldRobloxianxd"
- coroutine.wrap(function()
- while true do
- wait(0.01)
- char["OldRobloxianxd"].MaxHealth = math.huge
- char["OldRobloxianxd"].Health = math.huge
- end
- end)()
- function use()
- --Converted with ttyyuu12345's model to script plugin v4
- function sandbox(var,func)
- local env = getfenv(func)
- local newenv = setmetatable({},{
- __index = function(self,k)
- if k=="script" then
- return var
- else
- return env[k]
- end
- end,
- })
- setfenv(func,newenv)
- return func
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- Part0 = Instance.new("Part")
- Sound1 = Instance.new("Sound")
- Part0.Name = "Handle"
- Part0.Parent = mas
- Part0.BrickColor = BrickColor.new("Bright red")
- Part0.Reflectance = 0.20000000298023
- Part0.Rotation = Vector3.new(-179.860001, -70.6500015, -179.869995)
- Part0.Elasticity = 1
- Part0.FormFactor = Enum.FormFactor.Symmetric
- Part0.Friction = 0
- Part0.Shape = Enum.PartType.Ball
- Part0.Size = Vector3.new(2, 2, 2)
- Part0.CFrame = game.Players.samuelrichter66.Character.Head.CFrame * CFrame.new(0,0,-3)
- Part0.BottomSurface = Enum.SurfaceType.Smooth
- Part0.TopSurface = Enum.SurfaceType.Smooth
- Part0.Color = Color3.new(0.768628, 0.156863, 0.109804)
- Part0.Orientation = Vector3.new(-0.049999997, -109.349998, 0)
- Part0.Color = Color3.new(0.768628, 0.156863, 0.109804)
- Sound1.Name = "Boing"
- Sound1.Parent = Part0
- Sound1.SoundId = "rbxasset://sounds//short spring sound.wav"
- Sound1.Volume = 10
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = game:GetService("Players").samuelrichter66.Character
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
- Sound1:Play()
- local vel = Instance.new("BodyVelocity", Part0)
- vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
- vel.Velocity = mouse.Hit.lookVector * 140
- local function tou(part)
- local humanoid = part.Parent:findFirstChildOfClass("Humanoid")
- if humanoid then
- humanoid.Health = humanoid.Health - 1
- end
- end
- Part0.Touched:connect(tou)
- wait()
- vel:destroy()
- end
- mouse.Button1Down:connect(use)
- local pose = "Standing"
- local speed = 0
- human.Running:connect(function(s)
- speed = s
- end)
- cananimate = true
- local update = game:GetService("RunService")
- update.RenderStepped:connect(function()
- local ray = Ray.new(chara.Torso.Position, (chara.Torso.Position - Vector3.new(0,9999999,0)).unit * 300)
- local p, position = game.Workspace:FindPartOnRay(ray, char, true, false)
- local dis = (chara.Torso.Position - position).magnitude
- if dis > 3.8 and chara.Torso.Velocity.Y > 0 then
- pose = "Jumping"
- end
- if dis> 3.8 and chara.Torso.Velocity.Y < 0 then
- pose = "Falling"
- end
- if dis < 3.8 and speed == 0 then
- pose = "Standing"
- end
- if dis < 3.8 and speed > 0 then
- pose = "Walking"
- end
- end)
- if game.Players.samuelrichter66.Character:findFirstChild("Shirt Graphic") then
- game.Players.samuelrichter66.Character["Shirt Graphic"]:destroy()
- end
- local decal = Instance.new("Decal", game.Players.samuelrichter66.Character)
- for i,v in pairs(game.Players.samuelrichter66.Character:GetChildren()) do
- if v.ClassName == "Part" then
- if v.Name == "Head" then
- local torsotec = Instance.new("Decal", torso)
- torsotec.Texture = "http://www.roblox.com/asset/?id=782560028"
- local headd = Instance.new("Decal", v)
- headd.Texture = "http://www.roblox.com/asset/?id=20676546"
- else
- v.Transparency = 0
- char.HumanoidRootPart.Transparency = 1
- end
- end
- if v.ClassName == "Accessory" or v.ClassName == "Hat" then
- v:destroy()
- end
- end
- if game.Players.samuelrichter66.Character.Head:findFirstChild("face") then
- game.Players.samuelrichter66.Character.Head["face"]:destroy()
- end
- rhand = Instance.new("Part", game.Players.samuelrichter66.Character)
- rhand.Size = game.Players.samuelrichter66.Character["Right Arm"].Size
- rhand.TopSurface = "Smooth"
- rhand.BottomSurface = "Smooth"
- rhand.Parent = game.Players.samuelrichter66.Character
- rhand:BreakJoints()
- rhand.CanCollide = false
- rhweld = Instance.new("Weld", rhand)
- rhweld.Part0 = game.Players.samuelrichter66.Character["Right Arm"]
- rhweld.Part1 = rhand
- --
- lhand = Instance.new("Part", game.Players.samuelrichter66.Character)
- lhand.Size = game.Players.samuelrichter66.Character["Left Arm"].Size
- lhand.TopSurface = "Smooth"
- lhand.BottomSurface = "Smooth"
- lhand.CanCollide = false
- lhand.Parent = game.Players.samuelrichter66.Character
- lhand:BreakJoints()
- rhweld1 = Instance.new("Weld", lhand)
- rhweld1.Part0 = game.Players.samuelrichter66.Character["Left Arm"]
- rhweld1.Part1 = lhand
- --
- lleg = Instance.new("Part", game.Players.samuelrichter66.Character)
- lleg.Size = game.Players.samuelrichter66.Character["Left Leg"].Size
- lleg.TopSurface = "Smooth"
- lleg.CanCollide = false
- lleg.BottomSurface = "Smooth"
- lleg.Parent = game.Players.samuelrichter66.Character
- lleg:BreakJoints()
- rhweld11 = Instance.new("Weld", lleg)
- rhweld11.Part0 = game.Players.samuelrichter66.Character["Left Leg"]
- rhweld11.Part1 = lleg
- --
- rleg = Instance.new("Part", game.Players.samuelrichter66.Character)
- rleg.Size = game.Players.samuelrichter66.Character["Right Leg"].Size
- rleg.TopSurface = "Smooth"
- rleg.BottomSurface = "Smooth"
- rleg.Parent = game.Players.samuelrichter66.Character
- rleg.CanCollide = false
- rleg:BreakJoints()
- rhweld111 = Instance.new("Weld", rleg)
- rhweld111.Part0 = game.Players.samuelrichter66.Character["Right Leg"]
- rhweld111.Part1 = rleg
- --
- torso = Instance.new("Part", game.Players.samuelrichter66.Character)
- torso.Size = game.Players.samuelrichter66.Character.Torso.Size
- torso.TopSurface = "Smooth"
- torso.BottomSurface = "Smooth"
- torso.CanCollide = false
- torso.Parent = game.Players.samuelrichter66.Character
- torso:BreakJoints()
- rhweld1111 = Instance.new("Weld", torso)
- rhweld1111.Part0 = game.Players.samuelrichter66.Character.Torso
- rhweld1111.Part1 = torso
- rhand.Color = game.Players.samuelrichter66.Character["Right Arm"].Color
- lhand.Color = game.Players.samuelrichter66.Character["Left Arm"].Color
- rleg.Color = game.Players.samuelrichter66.Character["Right Leg"].Color
- torso.Color = game.Players.samuelrichter66.Character.Torso.Color
- lleg.Color = game.Players.samuelrichter66.Character["Left Leg"].Color
- local mo = Instance.new("Model",char)
- rhand.Parent = mo
- lhand.Parent = mo
- lleg.Parent = mo
- rleg.Parent = mo
- torso.Parent = mo
- for i,v in pairs(mo:GetChildren()) do
- if v.ClassName == "Part" then
- v.Transparency = 1
- end
- end
- local leftarm = Instance.new("CharacterMesh",char)
- leftarm.BodyPart = "LeftArm"
- leftarm.MeshId = "1112256772"
- local leftleg = Instance.new("CharacterMesh",char)
- leftleg.BodyPart = "LeftLeg"
- leftleg.MeshId = "1112275294"
- local rightarm = Instance.new("CharacterMesh",char)
- rightarm.BodyPart = "RightArm"
- rightarm.MeshId = "1112244824"
- local rightleg = Instance.new("CharacterMesh",char)
- rightleg.BodyPart = "RightLeg"
- rightleg.MeshId = "1112267576"
- local torso = Instance.new("CharacterMesh",char)
- torso.BodyPart = "Torso"
- torso.MeshId = "1112228624"
- decal = Instance.new("Decal", torso)
- decal.Texture = "http://www.roblox.com/asset/?id=782560028"
- nostalgie = Instance.new("Sound", game.Players.samuelrichter66.Character)
- nostalgie.SoundId = "rbxassetid://1000016620"
- nostalgie.Looped = true
- nostalgie:Play()
- nostalgie.Volume = 1
- canuse = true
- while true do
- wait()
- if pose == "Standing" and cananimate then
- for i = 0,1 , 0.05 do
- lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
- rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
- llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1.99999988, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1),i)
- rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.99999988, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1),i)
- update.RenderStepped:wait()
- end
- end
- if pose == "Walking" and cananimate then
- for i = 0.1,0.3 , 0.008 do
- lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.168842316, -0.374614239, 1, 0, 0, 0, 0.662306964, -0.74923259, 0, 0.74923259, 0.662307084),i)
- rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.12597847, 0.331827164, 1, 0, 0, 0, 0.748035073, 0.663659215, 0, -0.663659275, 0.748035014),i)
- rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.67391682, -0.738807678, 0.99999994, 0, 0, 0, 0.673916757, -0.738807261, 0, 0.738807321, 0.673916817),i)
- llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1.67705727, 0.735931396, 1, 0, 0, 0, 0.677056909, 0.735930681, 0, -0.735930741, 0.677056968),i)
- game:GetService("RunService").Stepped:wait()
- end
- for i = 0.1,0.3 , 0.008 do
- rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.69855976, 0.715551376, 1, 0, 0, 0, 0.698559642, 0.715551734, 0, -0.715551794, 0.698559701),i)
- llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1.80723953, -0.590223312, 1, 0, 0, 0, 0.807239354, -0.590224087, 0, 0.590224147, 0.807239413),i)
- lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.216003418, 0.411518574, 1, 0, 0, 0, 0.567983389, 0.823040009, 0, -0.823040009, 0.567983389),i)
- rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0.215018272, -0.41083622, 1, 0, 0, 0, 0.569954693, -0.821676135, 0, 0.821676135, 0.569954753),i)
- game:GetService("RunService").Stepped:wait()
- end
- end
- end
- if pose == "Jumping" and cananimate then
- for i = 0,1 , 0.05 do
- rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(11.5, 0.999999285, 0.000862598419, 1, 0, 0, 0, -0.99999845, 0.00172528333, 0, -0.00172528345, -0.99999851),i)
- lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.999960184, -0.00631046295, 1, 0, 0, 0, -0.999920309, -0.0126213925, 0, 0.0126213934, -0.999920368),i)
- llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1.99999988, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1),i)
- rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.99999988, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1),i)
- update.RenderStepped:wait()
- end
- end
- if pose == "Falling" and cananimate then
- for i = 0,1 , 0.05 do
- rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(11.5, 0.999999285, 0.000862598419, 1, 0, 0, 0, -0.99999845, 0.00172528333, 0, -0.00172528345, -0.99999851),i)
- lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0.999960184, -0.00631046295, 1, 0, 0, 0, -0.999920309, -0.0126213925, 0, 0.0126213934, -0.999920368),i)
- llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1.99999988, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1),i)
- rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.99999988, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1),i)
- update.RenderStepped:wait()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement