SHOW:
|
|
- or go back to the newest paste.
1 | - | -- [[ Name: Commander CR by ??? ]] -- |
1 | + | if workspace[game.Players.LocalPlayer.Name]:FindFirstChild("Raw") then |
2 | - | -- [[ Converted: By Melon ]] -- |
2 | + | game:GetService("StarterGui"):SetCore("SendNotification", { |
3 | - | -- [[ Reanimate: By Emper ]] -- |
3 | + | Title = "already reanimated", |
4 | - | -- [[ Description: nothing to put ]] -- |
4 | + | Text = "" |
5 | - | |
5 | + | }) |
6 | - | -- [[ Hats ]] -- |
6 | + | return |
7 | - | |
7 | + | end |
8 | - | -- [[ Free ]] -- |
8 | + | game.Players.LocalPlayer["Character"]:FindFirstChildOfClass("Humanoid").BreakJointsOnDeath = false |
9 | - | -- [[ www.roblox.com/catalog/4819740796/Robox ]] -- |
9 | + | spawn(function() |
10 | - | -- [[ www.roblox.com/catalog/3409612660/International-Fedora-USA ]] -- |
10 | + | game.Players.LocalPlayer["Character"] = nil |
11 | - | -- [[ www.roblox.com/catalog/3398308134/International-Fedora-Canada ]] -- |
11 | + | game.Players.LocalPlayer["Character"] = workspace[game.Players.LocalPlayer.Name] |
12 | - | -- [[ www.roblox.com/catalog/3033908130/International-Fedora-France ]] -- |
12 | + | end) |
13 | - | -- [[ www.roblox.com/catalog/3033910400/International-Fedora-Germany ]] -- |
13 | + | wait(game.Players.RespawnTime + 0.7) |
14 | - | |
14 | + | game.Players.LocalPlayer["Character"]:FindFirstChildOfClass("Humanoid").Health = 0 |
15 | - | -- [[ Paid (1) ]] -- |
15 | + | game.Players.LocalPlayer["Character"]:FindFirstChildOfClass("Humanoid").BreakJointsOnDeath = false |
16 | - | -- [[ www.roblox.com/catalog/14255528083/Torso-Extension ]] -- |
16 | + | |
17 | - | -- [[ www.roblox.com/catalog/14255556501/Extra-Right-White-Arm ]] -- |
17 | + | workspace[game.Players.LocalPlayer.Name].Archivable = true |
18 | - | -- [[ www.roblox.com/catalog/14255554762/Extra-Left-White-Arm ]] -- |
18 | + | local cln = workspace[game.Players.LocalPlayer.Name]:Clone() |
19 | - | -- [[ www.roblox.com/catalog/14768693948/White-Extended-Right-Arm ]] -- |
19 | + | cln.Name = "Raw"; cln.Parent = workspace[game.Players.LocalPlayer.Name] |
20 | - | -- [[ www.roblox.com/catalog/14768701869/White-Extended-Left-Arm ]] -- |
20 | + | workspace[game.Players.LocalPlayer.Name].Animate.Disabled = true |
21 | - | |
21 | + | for i,v in pairs(cln:GetDescendants()) do |
22 | - | -- [[ Paid (2) ]] -- |
22 | + | if v:IsA("BasePart") then v.Transparency = 1 end |
23 | - | -- [[ www.roblox.com/catalog/14255528083/Torso-Extension ]] -- |
23 | + | end |
24 | - | -- [[ www.roblox.com/catalog/11159410305/Rectangle-Head-For-Headless ]] -- |
24 | + | cln.Head.face.Transparency = 1 |
25 | - | -- [[ www.roblox.com/catalog/11263254795/Dummy-Head-For-Headless ]] -- |
25 | + | _G.reanim = game:GetService("RunService").Stepped:Connect(function() |
26 | - | -- [[ www.roblox.com/catalog/12344545199/Extra-Left-hand-moving-Blocky-white ]] -- |
26 | + | if workspace[game.Players.LocalPlayer.Name]:FindFirstChildOfClass("Humanoid").Jump == true then |
27 | - | -- [[ www.roblox.com/catalog/12344591101/Extra-Right-hand-moving-Blocky-white ]] -- |
27 | + | cln:FindFirstChildOfClass("Humanoid").Jump = true |
28 | - | |
28 | + | cln:FindFirstChildOfClass("Humanoid").Sit = false |
29 | - | -- [[ Guns ]] -- |
29 | + | end |
30 | - | |
30 | + | for i,v in pairs(workspace[game.Players.LocalPlayer.Name]:FindFirstChildOfClass("Humanoid"):GetPlayingAnimationTracks()) do |
31 | - | -- [[ www.roblox.com/catalog/13760686814/Classic-MARKA-17M-Valkan-Left ]] -- |
31 | + | v:Stop() |
32 | - | -- [[ www.roblox.com/catalog/4623059912/Starslayer-Railgun ]] -- |
32 | + | end |
33 | - | -- [[ www.roblox.com/catalog/14683431575/Law-Enforcement-Beanbag ]] -- |
33 | + | for i,v in pairs(workspace[game.Players.LocalPlayer.Name]:GetDescendants()) do |
34 | - | -- [[ www.roblox.com/catalog/5136154487/DG-40-Archangel-Sniper-Rifle-Black ]] -- |
34 | + | if v:IsA("BasePart") then v.CanCollide = false end |
35 | - | -- [[ www.roblox.com/catalog/12830271515/White-Cyber-Heavy-Revolver-Left ]] -- |
35 | + | end |
36 | - | -- [[ * FREE * www.roblox.com/catalog/10775031176/The-Pogo ]] -- |
36 | + | cln:FindFirstChildOfClass("Humanoid"):Move(workspace[game.Players.LocalPlayer.Name]:FindFirstChildOfClass("Humanoid").MoveDirection,false) |
37 | - | -- [[ * FREE * www.roblox.com/catalog/5552252553/Kinetic-Staff ]] -- |
37 | + | end) |
38 | - | -- [[ The list above is the supported hats. ]] -- |
38 | + | for i,v in pairs(workspace[game.Players.LocalPlayer.Name].Torso:GetChildren()) do |
39 | - | |
39 | + | if v:IsA("Motor6D") then v:Destroy() end |
40 | - | game:GetService("StarterGui"):SetCore("SendNotification", { |
40 | + | end |
41 | - | Title = "Melon's (FE) Converts/Scripts"; |
41 | + | for i,v in pairs(workspace[game.Players.LocalPlayer.Name]:GetChildren()) do |
42 | - | Text = "Thanks for using!"; |
42 | + | if v:IsA("Accessory") then v.Handle:BreakJoints() end |
43 | - | Icon = "rbxthumb://type=Asset&id=11561641603&w=150&h=150"}) |
43 | + | end |
44 | - | Duration = 3; |
44 | + | _G.reanim2 = game:GetService("RunService").Heartbeat:Connect(function() |
45 | - | |
45 | + | for i,v in pairs(workspace[game.Players.LocalPlayer.Name]:GetChildren()) do |
46 | - | if not game:IsLoaded() then |
46 | + | if v:IsA("BasePart") then v.Velocity = Vector3.new(0,30,0) + cln:FindFirstChild("Torso").CFrame.LookVector * 10 |
47 | - | game.Loaded:Wait() |
47 | + | elseif v:IsA("Accessory") then v.Handle.Velocity = Vector3.new(0,30,0) + cln:FindFirstChild("Torso").CFrame.LookVector * 10 end |
48 | - | end |
48 | + | |
49 | - | |
49 | + | if v:IsA("Accessory") then |
50 | - | local function FindInstance(Parent, ClassName, Name) |
50 | + | v.Handle.CFrame = cln[v.Name].Handle.CFrame |
51 | - | for _, Instance in pairs(Parent:GetChildren()) do |
51 | + | end |
52 | - | if Instance:IsA(ClassName) and Instance.Name == Name then |
52 | + | end |
53 | - | return Instance |
53 | + | workspace[game.Players.LocalPlayer.Name].Torso.CFrame = cln.Torso.CFrame |
54 | - | end |
54 | + | workspace[game.Players.LocalPlayer.Name].Head.CFrame = cln.Head.CFrame |
55 | - | end |
55 | + | workspace[game.Players.LocalPlayer.Name]["Right Arm"].CFrame = cln["Right Arm"].CFrame |
56 | - | end |
56 | + | workspace[game.Players.LocalPlayer.Name]["Left Arm"].CFrame = cln["Left Arm"].CFrame |
57 | - | |
57 | + | workspace[game.Players.LocalPlayer.Name]["Right Leg"].CFrame = cln["Right Leg"].CFrame |
58 | - | local function WaitForClass(Parent, ClassName) |
58 | + | workspace[game.Players.LocalPlayer.Name]["Left Leg"].CFrame = cln["Left Leg"].CFrame |
59 | - | local Instance = Parent:FindFirstChildOfClass(ClassName) |
59 | + | end) |
60 | - | |
60 | + | local resetbind = Instance.new("BindableEvent", workspace[game.Players.LocalPlayer.Name]) |
61 | - | while not Instance and Parent do |
61 | + | resetbind.Event:Connect(function() |
62 | - | Parent.ChildAdded:Wait() |
62 | + | game.Players.LocalPlayer.Character = cln |
63 | - | Instance = Parent:FindFirstChildOfClass(ClassName) |
63 | + | game.Players.LocalPlayer.Character:Destroy() |
64 | - | end |
64 | + | game.Players.LocalPlayer.Character = workspace[game.Players.LocalPlayer.Name] |
65 | - | |
65 | + | _G.reanim2:Disconnect() |
66 | - | return Instance |
66 | + | _G.reanim:Disconnect() |
67 | - | end |
67 | + | resetbind:Destroy() |
68 | - | |
68 | + | task.wait() |
69 | - | local function WaitForClassOfName(Parent, ...) |
69 | + | game:GetService("StarterGui"):SetCore("ResetButtonCallback", true) |
70 | - | local Instance = FindInstance(Parent, ...) |
70 | + | end) |
71 | - | |
71 | + | game:GetService("StarterGui"):SetCore("ResetButtonCallback", resetbind) |
72 | - | while not Instance and Parent do |
72 | + | workspace:FindFirstChildOfClass("Camera").CameraSubject = cln:FindFirstChildOfClass("Humanoid") |
73 | - | Parent.ChildAdded:Wait() |
73 | + | game:GetService("StarterGui"):SetCore("SendNotification", { |
74 | - | Instance = FindInstance(Parent, ...) |
74 | + | Title = "Reanimated", |
75 | - | end |
75 | + | Text = "ok" |
76 | - | |
76 | + | }) |
77 | - | return Instance |
77 | + | |
78 | - | end |
78 | + | if not getgenv()["Animator"] then |
79 | - | |
79 | + | loadstring(game:HttpGet("https://raw.githubusercontent.com/xhayper/Animator/main/Source/Main.lua"))() |
80 | - | local Fling = { } |
80 | + | end |
81 | - | local Aligns = { } |
81 | + | |
82 | - | local Blacklist = { } |
82 | + | local Player = game:GetService("Players").LocalPlayer |
83 | - | local Accessories = { } |
83 | + | |
84 | - | local Attachments = { } |
84 | + | local Anim = Animator.new(Player.Character, 7254061817) |
85 | - | |
85 | + | Anim:Play() |
86 | - | local Instancenew = Instance.new |
86 | + | Anim.Stopped:Wait() |
87 | - | |
87 | + | print("Done!") |