Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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"))
- ScreenGui0 = Instance.new("ScreenGui")
- ScrollingFrame1 = Instance.new("ScrollingFrame")
- TextLabel2 = Instance.new("TextLabel")
- RS_X = Instance.new("TextBox")
- RS_Y = Instance.new("TextBox")
- RS_Z = Instance.new("TextBox")
- TextLabel6 = Instance.new("TextLabel")
- RS_R_X = Instance.new("TextBox")
- RS_R_Y = Instance.new("TextBox")
- RS_R_Z = Instance.new("TextBox")
- TextLabel10 = Instance.new("TextLabel")
- TextLabel11 = Instance.new("TextLabel")
- TextLabel12 = Instance.new("TextLabel")
- LS_X = Instance.new("TextBox")
- LS_Y = Instance.new("TextBox")
- LS_Z = Instance.new("TextBox")
- TextLabel16 = Instance.new("TextLabel")
- LS_R_X = Instance.new("TextBox")
- LS_R_Y = Instance.new("TextBox")
- LS_R_Z = Instance.new("TextBox")
- TextLabel20 = Instance.new("TextLabel")
- TextLabel21 = Instance.new("TextLabel")
- RH_X = Instance.new("TextBox")
- RH_Y = Instance.new("TextBox")
- RH_Z = Instance.new("TextBox")
- TextLabel25 = Instance.new("TextLabel")
- RH_R_X = Instance.new("TextBox")
- RH_R_Y = Instance.new("TextBox")
- RH_R_Z = Instance.new("TextBox")
- TextLabel29 = Instance.new("TextLabel")
- TextLabel30 = Instance.new("TextLabel")
- LH_X = Instance.new("TextBox")
- LH_Y = Instance.new("TextBox")
- LH_Z = Instance.new("TextBox")
- TextLabel34 = Instance.new("TextLabel")
- LH_R_X = Instance.new("TextBox")
- LH_R_Y = Instance.new("TextBox")
- LH_R_Z = Instance.new("TextBox")
- TextLabel38 = Instance.new("TextLabel")
- TextLabel39 = Instance.new("TextLabel")
- N_X = Instance.new("TextBox")
- N_Y = Instance.new("TextBox")
- N_Z = Instance.new("TextBox")
- TextLabel43 = Instance.new("TextLabel")
- N_R_X = Instance.new("TextBox")
- N_R_Y = Instance.new("TextBox")
- N_R_Z = Instance.new("TextBox")
- TextLabel47 = Instance.new("TextLabel")
- TextLabel48 = Instance.new("TextLabel")
- TOR_X = Instance.new("TextBox")
- TOR_Y = Instance.new("TextBox")
- TOR_Z = Instance.new("TextBox")
- TextLabel52 = Instance.new("TextLabel")
- TOR_R_X = Instance.new("TextBox")
- TOR_R_Y = Instance.new("TextBox")
- TOR_R_Z = Instance.new("TextBox")
- TextLabel56 = Instance.new("TextLabel")
- ResetButton = Instance.new("TextButton")
- TextLabel58 = Instance.new("TextLabel")
- MakeC0ScriptButton = Instance.new("TextButton")
- MakeKeyframeButton = Instance.new("TextButton")
- ScreenGui0.Parent = mas
- ScreenGui0.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- ScrollingFrame1.Name = "Main"
- ScrollingFrame1.Parent = ScreenGui0
- ScrollingFrame1.Position = UDim2.new(0.763952374, 0, 0.0204778165, 0)
- ScrollingFrame1.Size = UDim2.new(0.22278133, 0, 0.95847553, 0)
- ScrollingFrame1.Active = true
- ScrollingFrame1.BackgroundColor = BrickColor.new("Dirt brown")
- ScrollingFrame1.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
- ScrollingFrame1.BackgroundTransparency = 0.20000000298023
- ScrollingFrame1.BorderSizePixel = 0
- ScrollingFrame1.CanvasPosition = Vector2.new(0, 1794.5)
- ScrollingFrame1.CanvasSize = UDim2.new(0, 0, 3, 0)
- ScrollingFrame1.ElasticBehavior = Enum.ElasticBehavior.Always
- ScrollingFrame1.ScrollBarThickness = 8
- TextLabel2.Name = "RS-Title"
- TextLabel2.Parent = ScrollingFrame1
- TextLabel2.Position = UDim2.new(0, 0, 0.0309063345, 0)
- TextLabel2.Size = UDim2.new(1, 0, 0.00999999978, 0)
- TextLabel2.BackgroundColor = BrickColor.new("Dark grey metallic")
- TextLabel2.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
- TextLabel2.BackgroundTransparency = 0.5
- TextLabel2.BorderSizePixel = 0
- TextLabel2.Font = Enum.Font.SciFi
- TextLabel2.FontSize = Enum.FontSize.Size14
- TextLabel2.Text = "Right Shoulder"
- TextLabel2.TextColor = BrickColor.new("Pastel blue-green")
- TextLabel2.TextColor3 = Color3.new(0.662745, 1, 0.905882)
- TextLabel2.TextSize = 14
- TextLabel2.TextStrokeColor3 = Color3.new(1, 1, 1)
- RS_X.Name = "IncrementX"
- RS_X.Parent = TextLabel2
- RS_X.Position = UDim2.new(0.106776193, 0, 3.24232078, 0)
- RS_X.Size = UDim2.new(0, 45, 0, 32)
- RS_X.BackgroundColor = BrickColor.new("Sand red")
- RS_X.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- RS_X.BackgroundTransparency = 0.5
- RS_X.BorderSizePixel = 0
- RS_X.Font = Enum.Font.SourceSans
- RS_X.FontSize = Enum.FontSize.Size14
- RS_X.Text = ""
- RS_X.TextColor = BrickColor.new("Really black")
- RS_X.TextColor3 = Color3.new(0, 0, 0)
- RS_X.TextScaled = true
- RS_X.TextSize = 14
- RS_X.TextWrap = true
- RS_X.TextWrapped = true
- RS_X.PlaceholderColor3 = Color3.new(1, 1, 1)
- RS_X.PlaceholderText = "0"
- RS_X.ShowNativeInput = false
- RS_Y.Name = "IncrementY"
- RS_Y.Parent = TextLabel2
- RS_Y.Position = UDim2.new(0.406570852, 0, 3.24232078, 0)
- RS_Y.Size = UDim2.new(0, 45, 0, 32)
- RS_Y.BackgroundColor = BrickColor.new("Sand red")
- RS_Y.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- RS_Y.BackgroundTransparency = 0.5
- RS_Y.BorderSizePixel = 0
- RS_Y.Font = Enum.Font.SourceSans
- RS_Y.FontSize = Enum.FontSize.Size14
- RS_Y.Text = ""
- RS_Y.TextColor = BrickColor.new("Really black")
- RS_Y.TextColor3 = Color3.new(0, 0, 0)
- RS_Y.TextScaled = true
- RS_Y.TextSize = 14
- RS_Y.TextWrap = true
- RS_Y.TextWrapped = true
- RS_Y.PlaceholderColor3 = Color3.new(1, 1, 1)
- RS_Y.PlaceholderText = "0"
- RS_Y.ShowNativeInput = false
- RS_Z.Name = "IncrementZ"
- RS_Z.Parent = TextLabel2
- RS_Z.Position = UDim2.new(0.706365526, 0, 3.24232078, 0)
- RS_Z.Size = UDim2.new(0, 45, 0, 32)
- RS_Z.BackgroundColor = BrickColor.new("Sand red")
- RS_Z.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- RS_Z.BackgroundTransparency = 0.5
- RS_Z.BorderSizePixel = 0
- RS_Z.Font = Enum.Font.SourceSans
- RS_Z.FontSize = Enum.FontSize.Size14
- RS_Z.Text = ""
- RS_Z.TextColor = BrickColor.new("Really black")
- RS_Z.TextColor3 = Color3.new(0, 0, 0)
- RS_Z.TextScaled = true
- RS_Z.TextSize = 14
- RS_Z.TextWrap = true
- RS_Z.TextWrapped = true
- RS_Z.PlaceholderColor3 = Color3.new(1, 1, 1)
- RS_Z.PlaceholderText = "0"
- RS_Z.ShowNativeInput = false
- TextLabel6.Name = "CFrame-Title"
- TextLabel6.Parent = TextLabel2
- TextLabel6.Position = UDim2.new(0, 0, 1.66518772, 0)
- TextLabel6.Size = UDim2.new(1, 0, 1, 0)
- TextLabel6.BackgroundColor = BrickColor.new("Dark grey metallic")
- TextLabel6.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
- TextLabel6.BackgroundTransparency = 1
- TextLabel6.BorderSizePixel = 0
- TextLabel6.Font = Enum.Font.SciFi
- TextLabel6.FontSize = Enum.FontSize.Size14
- TextLabel6.Text = "CFrame"
- TextLabel6.TextColor = BrickColor.new("Institutional white")
- TextLabel6.TextColor3 = Color3.new(0.898039, 1, 0.992157)
- TextLabel6.TextSize = 14
- TextLabel6.TextStrokeColor3 = Color3.new(1, 1, 1)
- RS_R_X.Name = "RotIncrementX"
- RS_R_X.Parent = TextLabel2
- RS_R_X.Position = UDim2.new(0.106776193, 0, 8.53242302, 0)
- RS_R_X.Size = UDim2.new(0, 45, 0, 32)
- RS_R_X.BackgroundColor = BrickColor.new("Sand red")
- RS_R_X.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- RS_R_X.BackgroundTransparency = 0.5
- RS_R_X.BorderSizePixel = 0
- RS_R_X.Font = Enum.Font.SourceSans
- RS_R_X.FontSize = Enum.FontSize.Size14
- RS_R_X.Text = ""
- RS_R_X.TextColor = BrickColor.new("Really black")
- RS_R_X.TextColor3 = Color3.new(0, 0, 0)
- RS_R_X.TextScaled = true
- RS_R_X.TextSize = 14
- RS_R_X.TextWrap = true
- RS_R_X.TextWrapped = true
- RS_R_X.PlaceholderColor3 = Color3.new(1, 1, 1)
- RS_R_X.PlaceholderText = "0"
- RS_R_X.ShowNativeInput = false
- RS_R_Y.Name = "RotIncrementY"
- RS_R_Y.Parent = TextLabel2
- RS_R_Y.Position = UDim2.new(0.406570852, 0, 8.53242302, 0)
- RS_R_Y.Size = UDim2.new(0, 45, 0, 32)
- RS_R_Y.BackgroundColor = BrickColor.new("Sand red")
- RS_R_Y.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- RS_R_Y.BackgroundTransparency = 0.5
- RS_R_Y.BorderSizePixel = 0
- RS_R_Y.Font = Enum.Font.SourceSans
- RS_R_Y.FontSize = Enum.FontSize.Size14
- RS_R_Y.Text = ""
- RS_R_Y.TextColor = BrickColor.new("Really black")
- RS_R_Y.TextColor3 = Color3.new(0, 0, 0)
- RS_R_Y.TextScaled = true
- RS_R_Y.TextSize = 14
- RS_R_Y.TextWrap = true
- RS_R_Y.TextWrapped = true
- RS_R_Y.PlaceholderColor3 = Color3.new(1, 1, 1)
- RS_R_Y.PlaceholderText = "0"
- RS_R_Y.ShowNativeInput = false
- RS_R_Z.Name = "RotIncrementZ"
- RS_R_Z.Parent = TextLabel2
- RS_R_Z.Position = UDim2.new(0.706365526, 0, 8.53242302, 0)
- RS_R_Z.Size = UDim2.new(0, 45, 0, 32)
- RS_R_Z.BackgroundColor = BrickColor.new("Sand red")
- RS_R_Z.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- RS_R_Z.BackgroundTransparency = 0.5
- RS_R_Z.BorderSizePixel = 0
- RS_R_Z.Font = Enum.Font.SourceSans
- RS_R_Z.FontSize = Enum.FontSize.Size14
- RS_R_Z.Text = ""
- RS_R_Z.TextColor = BrickColor.new("Really black")
- RS_R_Z.TextColor3 = Color3.new(0, 0, 0)
- RS_R_Z.TextScaled = true
- RS_R_Z.TextSize = 14
- RS_R_Z.TextWrap = true
- RS_R_Z.TextWrapped = true
- RS_R_Z.PlaceholderColor3 = Color3.new(1, 1, 1)
- RS_R_Z.PlaceholderText = "0"
- RS_R_Z.ShowNativeInput = false
- TextLabel10.Name = "Rot-Title"
- TextLabel10.Parent = TextLabel2
- TextLabel10.Position = UDim2.new(-0.00410677632, 0, 6.89840746, 0)
- TextLabel10.Size = UDim2.new(1, 0, 1, 0)
- TextLabel10.BackgroundColor = BrickColor.new("Dark grey metallic")
- TextLabel10.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
- TextLabel10.BackgroundTransparency = 1
- TextLabel10.BorderSizePixel = 0
- TextLabel10.Font = Enum.Font.SciFi
- TextLabel10.FontSize = Enum.FontSize.Size14
- TextLabel10.Text = "Rotation (in rotational degrees)"
- TextLabel10.TextColor = BrickColor.new("Institutional white")
- TextLabel10.TextColor3 = Color3.new(0.898039, 1, 0.992157)
- TextLabel10.TextSize = 14
- TextLabel10.TextStrokeColor3 = Color3.new(1, 1, 1)
- TextLabel11.Name = "Title"
- TextLabel11.Parent = ScrollingFrame1
- TextLabel11.Position = UDim2.new(0, 0, 0.00227531279, 0)
- TextLabel11.Size = UDim2.new(1, 0, 0.0199999996, 0)
- TextLabel11.BackgroundColor = BrickColor.new("Dark grey metallic")
- TextLabel11.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
- TextLabel11.BackgroundTransparency = 0.5
- TextLabel11.BorderSizePixel = 0
- TextLabel11.Font = Enum.Font.SciFi
- TextLabel11.FontSize = Enum.FontSize.Size24
- TextLabel11.Text = "Anim-Frame maker"
- TextLabel11.TextColor = BrickColor.new("Pastel blue-green")
- TextLabel11.TextColor3 = Color3.new(0.662745, 1, 0.905882)
- TextLabel11.TextSize = 20
- TextLabel11.TextStrokeColor3 = Color3.new(1, 1, 1)
- TextLabel12.Name = "LS-Title"
- TextLabel12.Parent = ScrollingFrame1
- TextLabel12.Position = UDim2.new(0, 0, 0.144671977, 0)
- TextLabel12.Size = UDim2.new(1, 0, 0.00999999978, 0)
- TextLabel12.BackgroundColor = BrickColor.new("Dark grey metallic")
- TextLabel12.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
- TextLabel12.BackgroundTransparency = 0.5
- TextLabel12.BorderSizePixel = 0
- TextLabel12.Font = Enum.Font.SciFi
- TextLabel12.FontSize = Enum.FontSize.Size14
- TextLabel12.Text = "Left Shoulder"
- TextLabel12.TextColor = BrickColor.new("Pastel blue-green")
- TextLabel12.TextColor3 = Color3.new(0.662745, 1, 0.905882)
- TextLabel12.TextSize = 14
- TextLabel12.TextStrokeColor3 = Color3.new(1, 1, 1)
- LS_X.Name = "IncrementX"
- LS_X.Parent = TextLabel12
- LS_X.Position = UDim2.new(0.106776193, 0, 3.24232078, 0)
- LS_X.Size = UDim2.new(0, 45, 0, 32)
- LS_X.BackgroundColor = BrickColor.new("Sand red")
- LS_X.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- LS_X.BackgroundTransparency = 0.5
- LS_X.BorderSizePixel = 0
- LS_X.Font = Enum.Font.SourceSans
- LS_X.FontSize = Enum.FontSize.Size14
- LS_X.Text = ""
- LS_X.TextColor = BrickColor.new("Really black")
- LS_X.TextColor3 = Color3.new(0, 0, 0)
- LS_X.TextScaled = true
- LS_X.TextSize = 14
- LS_X.TextWrap = true
- LS_X.TextWrapped = true
- LS_X.PlaceholderColor3 = Color3.new(1, 1, 1)
- LS_X.PlaceholderText = "0"
- LS_X.ShowNativeInput = false
- LS_Y.Name = "IncrementY"
- LS_Y.Parent = TextLabel12
- LS_Y.Position = UDim2.new(0.406570852, 0, 3.24232078, 0)
- LS_Y.Size = UDim2.new(0, 45, 0, 32)
- LS_Y.BackgroundColor = BrickColor.new("Sand red")
- LS_Y.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- LS_Y.BackgroundTransparency = 0.5
- LS_Y.BorderSizePixel = 0
- LS_Y.Font = Enum.Font.SourceSans
- LS_Y.FontSize = Enum.FontSize.Size14
- LS_Y.Text = ""
- LS_Y.TextColor = BrickColor.new("Really black")
- LS_Y.TextColor3 = Color3.new(0, 0, 0)
- LS_Y.TextScaled = true
- LS_Y.TextSize = 14
- LS_Y.TextWrap = true
- LS_Y.TextWrapped = true
- LS_Y.PlaceholderColor3 = Color3.new(1, 1, 1)
- LS_Y.PlaceholderText = "0"
- LS_Y.ShowNativeInput = false
- LS_Z.Name = "IncrementZ"
- LS_Z.Parent = TextLabel12
- LS_Z.Position = UDim2.new(0.706365526, 0, 3.24232078, 0)
- LS_Z.Size = UDim2.new(0, 45, 0, 32)
- LS_Z.BackgroundColor = BrickColor.new("Sand red")
- LS_Z.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- LS_Z.BackgroundTransparency = 0.5
- LS_Z.BorderSizePixel = 0
- LS_Z.Font = Enum.Font.SourceSans
- LS_Z.FontSize = Enum.FontSize.Size14
- LS_Z.Text = ""
- LS_Z.TextColor = BrickColor.new("Really black")
- LS_Z.TextColor3 = Color3.new(0, 0, 0)
- LS_Z.TextScaled = true
- LS_Z.TextSize = 14
- LS_Z.TextWrap = true
- LS_Z.TextWrapped = true
- LS_Z.PlaceholderColor3 = Color3.new(1, 1, 1)
- LS_Z.PlaceholderText = "0"
- LS_Z.ShowNativeInput = false
- TextLabel16.Name = "CFrame-Title"
- TextLabel16.Parent = TextLabel12
- TextLabel16.Position = UDim2.new(0, 0, 1.66518772, 0)
- TextLabel16.Size = UDim2.new(1, 0, 1, 0)
- TextLabel16.BackgroundColor = BrickColor.new("Dark grey metallic")
- TextLabel16.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
- TextLabel16.BackgroundTransparency = 1
- TextLabel16.BorderSizePixel = 0
- TextLabel16.Font = Enum.Font.SciFi
- TextLabel16.FontSize = Enum.FontSize.Size14
- TextLabel16.Text = "CFrame"
- TextLabel16.TextColor = BrickColor.new("Institutional white")
- TextLabel16.TextColor3 = Color3.new(0.898039, 1, 0.992157)
- TextLabel16.TextSize = 14
- TextLabel16.TextStrokeColor3 = Color3.new(1, 1, 1)
- LS_R_X.Name = "RotIncrementX"
- LS_R_X.Parent = TextLabel12
- LS_R_X.Position = UDim2.new(0.106776193, 0, 8.53242302, 0)
- LS_R_X.Size = UDim2.new(0, 45, 0, 32)
- LS_R_X.BackgroundColor = BrickColor.new("Sand red")
- LS_R_X.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- LS_R_X.BackgroundTransparency = 0.5
- LS_R_X.BorderSizePixel = 0
- LS_R_X.Font = Enum.Font.SourceSans
- LS_R_X.FontSize = Enum.FontSize.Size14
- LS_R_X.Text = ""
- LS_R_X.TextColor = BrickColor.new("Really black")
- LS_R_X.TextColor3 = Color3.new(0, 0, 0)
- LS_R_X.TextScaled = true
- LS_R_X.TextSize = 14
- LS_R_X.TextWrap = true
- LS_R_X.TextWrapped = true
- LS_R_X.PlaceholderColor3 = Color3.new(1, 1, 1)
- LS_R_X.PlaceholderText = "0"
- LS_R_X.ShowNativeInput = false
- LS_R_Y.Name = "RotIncrementY"
- LS_R_Y.Parent = TextLabel12
- LS_R_Y.Position = UDim2.new(0.406570852, 0, 8.53242302, 0)
- LS_R_Y.Size = UDim2.new(0, 45, 0, 32)
- LS_R_Y.BackgroundColor = BrickColor.new("Sand red")
- LS_R_Y.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- LS_R_Y.BackgroundTransparency = 0.5
- LS_R_Y.BorderSizePixel = 0
- LS_R_Y.Font = Enum.Font.SourceSans
- LS_R_Y.FontSize = Enum.FontSize.Size14
- LS_R_Y.Text = ""
- LS_R_Y.TextColor = BrickColor.new("Really black")
- LS_R_Y.TextColor3 = Color3.new(0, 0, 0)
- LS_R_Y.TextScaled = true
- LS_R_Y.TextSize = 14
- LS_R_Y.TextWrap = true
- LS_R_Y.TextWrapped = true
- LS_R_Y.PlaceholderColor3 = Color3.new(1, 1, 1)
- LS_R_Y.PlaceholderText = "0"
- LS_R_Y.ShowNativeInput = false
- LS_R_Z.Name = "RotIncrementZ"
- LS_R_Z.Parent = TextLabel12
- LS_R_Z.Position = UDim2.new(0.706365526, 0, 8.53242302, 0)
- LS_R_Z.Size = UDim2.new(0, 45, 0, 32)
- LS_R_Z.BackgroundColor = BrickColor.new("Sand red")
- LS_R_Z.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- LS_R_Z.BackgroundTransparency = 0.5
- LS_R_Z.BorderSizePixel = 0
- LS_R_Z.Font = Enum.Font.SourceSans
- LS_R_Z.FontSize = Enum.FontSize.Size14
- LS_R_Z.Text = ""
- LS_R_Z.TextColor = BrickColor.new("Really black")
- LS_R_Z.TextColor3 = Color3.new(0, 0, 0)
- LS_R_Z.TextScaled = true
- LS_R_Z.TextSize = 14
- LS_R_Z.TextWrap = true
- LS_R_Z.TextWrapped = true
- LS_R_Z.PlaceholderColor3 = Color3.new(1, 1, 1)
- LS_R_Z.PlaceholderText = "0"
- LS_R_Z.ShowNativeInput = false
- TextLabel20.Name = "Rot-Title"
- TextLabel20.Parent = TextLabel12
- TextLabel20.Position = UDim2.new(-0.00410677632, 0, 6.89840746, 0)
- TextLabel20.Size = UDim2.new(1, 0, 1, 0)
- TextLabel20.BackgroundColor = BrickColor.new("Dark grey metallic")
- TextLabel20.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
- TextLabel20.BackgroundTransparency = 1
- TextLabel20.BorderSizePixel = 0
- TextLabel20.Font = Enum.Font.SciFi
- TextLabel20.FontSize = Enum.FontSize.Size14
- TextLabel20.Text = "Rotation (in rotational degrees)"
- TextLabel20.TextColor = BrickColor.new("Institutional white")
- TextLabel20.TextColor3 = Color3.new(0.898039, 1, 0.992157)
- TextLabel20.TextSize = 14
- TextLabel20.TextStrokeColor3 = Color3.new(1, 1, 1)
- TextLabel21.Name = "RH-Title"
- TextLabel21.Parent = ScrollingFrame1
- TextLabel21.Position = UDim2.new(0, 0, 0.255403876, 0)
- TextLabel21.Size = UDim2.new(1, 0, 0.00999999978, 0)
- TextLabel21.BackgroundColor = BrickColor.new("Dark grey metallic")
- TextLabel21.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
- TextLabel21.BackgroundTransparency = 0.5
- TextLabel21.BorderSizePixel = 0
- TextLabel21.Font = Enum.Font.SciFi
- TextLabel21.FontSize = Enum.FontSize.Size14
- TextLabel21.Text = "Right Hip"
- TextLabel21.TextColor = BrickColor.new("Pastel blue-green")
- TextLabel21.TextColor3 = Color3.new(0.662745, 1, 0.905882)
- TextLabel21.TextSize = 14
- TextLabel21.TextStrokeColor3 = Color3.new(1, 1, 1)
- RH_X.Name = "IncrementX"
- RH_X.Parent = TextLabel21
- RH_X.Position = UDim2.new(0.106776193, 0, 3.24232078, 0)
- RH_X.Size = UDim2.new(0, 45, 0, 32)
- RH_X.BackgroundColor = BrickColor.new("Sand red")
- RH_X.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- RH_X.BackgroundTransparency = 0.5
- RH_X.BorderSizePixel = 0
- RH_X.Font = Enum.Font.SourceSans
- RH_X.FontSize = Enum.FontSize.Size14
- RH_X.Text = ""
- RH_X.TextColor = BrickColor.new("Really black")
- RH_X.TextColor3 = Color3.new(0, 0, 0)
- RH_X.TextScaled = true
- RH_X.TextSize = 14
- RH_X.TextWrap = true
- RH_X.TextWrapped = true
- RH_X.PlaceholderColor3 = Color3.new(1, 1, 1)
- RH_X.PlaceholderText = "0"
- RH_X.ShowNativeInput = false
- RH_Y.Name = "IncrementY"
- RH_Y.Parent = TextLabel21
- RH_Y.Position = UDim2.new(0.406570852, 0, 3.24232078, 0)
- RH_Y.Size = UDim2.new(0, 45, 0, 32)
- RH_Y.BackgroundColor = BrickColor.new("Sand red")
- RH_Y.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- RH_Y.BackgroundTransparency = 0.5
- RH_Y.BorderSizePixel = 0
- RH_Y.Font = Enum.Font.SourceSans
- RH_Y.FontSize = Enum.FontSize.Size14
- RH_Y.Text = ""
- RH_Y.TextColor = BrickColor.new("Really black")
- RH_Y.TextColor3 = Color3.new(0, 0, 0)
- RH_Y.TextScaled = true
- RH_Y.TextSize = 14
- RH_Y.TextWrap = true
- RH_Y.TextWrapped = true
- RH_Y.PlaceholderColor3 = Color3.new(1, 1, 1)
- RH_Y.PlaceholderText = "0"
- RH_Y.ShowNativeInput = false
- RH_Z.Name = "IncrementZ"
- RH_Z.Parent = TextLabel21
- RH_Z.Position = UDim2.new(0.706365526, 0, 3.24232078, 0)
- RH_Z.Size = UDim2.new(0, 45, 0, 32)
- RH_Z.BackgroundColor = BrickColor.new("Sand red")
- RH_Z.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- RH_Z.BackgroundTransparency = 0.5
- RH_Z.BorderSizePixel = 0
- RH_Z.Font = Enum.Font.SourceSans
- RH_Z.FontSize = Enum.FontSize.Size14
- RH_Z.Text = ""
- RH_Z.TextColor = BrickColor.new("Really black")
- RH_Z.TextColor3 = Color3.new(0, 0, 0)
- RH_Z.TextScaled = true
- RH_Z.TextSize = 14
- RH_Z.TextWrap = true
- RH_Z.TextWrapped = true
- RH_Z.PlaceholderColor3 = Color3.new(1, 1, 1)
- RH_Z.PlaceholderText = "0"
- RH_Z.ShowNativeInput = false
- TextLabel25.Name = "CFrame-Title"
- TextLabel25.Parent = TextLabel21
- TextLabel25.Position = UDim2.new(0, 0, 1.66518772, 0)
- TextLabel25.Size = UDim2.new(1, 0, 1, 0)
- TextLabel25.BackgroundColor = BrickColor.new("Dark grey metallic")
- TextLabel25.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
- TextLabel25.BackgroundTransparency = 1
- TextLabel25.BorderSizePixel = 0
- TextLabel25.Font = Enum.Font.SciFi
- TextLabel25.FontSize = Enum.FontSize.Size14
- TextLabel25.Text = "CFrame"
- TextLabel25.TextColor = BrickColor.new("Institutional white")
- TextLabel25.TextColor3 = Color3.new(0.898039, 1, 0.992157)
- TextLabel25.TextSize = 14
- TextLabel25.TextStrokeColor3 = Color3.new(1, 1, 1)
- RH_R_X.Name = "RotIncrementX"
- RH_R_X.Parent = TextLabel21
- RH_R_X.Position = UDim2.new(0.106776193, 0, 8.53242302, 0)
- RH_R_X.Size = UDim2.new(0, 45, 0, 32)
- RH_R_X.BackgroundColor = BrickColor.new("Sand red")
- RH_R_X.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- RH_R_X.BackgroundTransparency = 0.5
- RH_R_X.BorderSizePixel = 0
- RH_R_X.Font = Enum.Font.SourceSans
- RH_R_X.FontSize = Enum.FontSize.Size14
- RH_R_X.Text = ""
- RH_R_X.TextColor = BrickColor.new("Really black")
- RH_R_X.TextColor3 = Color3.new(0, 0, 0)
- RH_R_X.TextScaled = true
- RH_R_X.TextSize = 14
- RH_R_X.TextWrap = true
- RH_R_X.TextWrapped = true
- RH_R_X.PlaceholderColor3 = Color3.new(1, 1, 1)
- RH_R_X.PlaceholderText = "0"
- RH_R_X.ShowNativeInput = false
- RH_R_Y.Name = "RotIncrementY"
- RH_R_Y.Parent = TextLabel21
- RH_R_Y.Position = UDim2.new(0.406570852, 0, 8.53242302, 0)
- RH_R_Y.Size = UDim2.new(0, 45, 0, 32)
- RH_R_Y.BackgroundColor = BrickColor.new("Sand red")
- RH_R_Y.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- RH_R_Y.BackgroundTransparency = 0.5
- RH_R_Y.BorderSizePixel = 0
- RH_R_Y.Font = Enum.Font.SourceSans
- RH_R_Y.FontSize = Enum.FontSize.Size14
- RH_R_Y.Text = ""
- RH_R_Y.TextColor = BrickColor.new("Really black")
- RH_R_Y.TextColor3 = Color3.new(0, 0, 0)
- RH_R_Y.TextScaled = true
- RH_R_Y.TextSize = 14
- RH_R_Y.TextWrap = true
- RH_R_Y.TextWrapped = true
- RH_R_Y.PlaceholderColor3 = Color3.new(1, 1, 1)
- RH_R_Y.PlaceholderText = "0"
- RH_R_Y.ShowNativeInput = false
- RH_R_Z.Name = "RotIncrementZ"
- RH_R_Z.Parent = TextLabel21
- RH_R_Z.Position = UDim2.new(0.706365526, 0, 8.53242302, 0)
- RH_R_Z.Size = UDim2.new(0, 45, 0, 32)
- RH_R_Z.BackgroundColor = BrickColor.new("Sand red")
- RH_R_Z.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- RH_R_Z.BackgroundTransparency = 0.5
- RH_R_Z.BorderSizePixel = 0
- RH_R_Z.Font = Enum.Font.SourceSans
- RH_R_Z.FontSize = Enum.FontSize.Size14
- RH_R_Z.Text = ""
- RH_R_Z.TextColor = BrickColor.new("Really black")
- RH_R_Z.TextColor3 = Color3.new(0, 0, 0)
- RH_R_Z.TextScaled = true
- RH_R_Z.TextSize = 14
- RH_R_Z.TextWrap = true
- RH_R_Z.TextWrapped = true
- RH_R_Z.PlaceholderColor3 = Color3.new(1, 1, 1)
- RH_R_Z.PlaceholderText = "0"
- RH_R_Z.ShowNativeInput = false
- TextLabel29.Name = "Rot-Title"
- TextLabel29.Parent = TextLabel21
- TextLabel29.Position = UDim2.new(-0.00410677632, 0, 6.89840746, 0)
- TextLabel29.Size = UDim2.new(1, 0, 1, 0)
- TextLabel29.BackgroundColor = BrickColor.new("Dark grey metallic")
- TextLabel29.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
- TextLabel29.BackgroundTransparency = 1
- TextLabel29.BorderSizePixel = 0
- TextLabel29.Font = Enum.Font.SciFi
- TextLabel29.FontSize = Enum.FontSize.Size14
- TextLabel29.Text = "Rotation (in rotational degrees)"
- TextLabel29.TextColor = BrickColor.new("Institutional white")
- TextLabel29.TextColor3 = Color3.new(0.898039, 1, 0.992157)
- TextLabel29.TextSize = 14
- TextLabel29.TextStrokeColor3 = Color3.new(1, 1, 1)
- TextLabel30.Name = "LH-Title"
- TextLabel30.Parent = ScrollingFrame1
- TextLabel30.Position = UDim2.new(0, 0, 0.366894215, 0)
- TextLabel30.Size = UDim2.new(1, 0, 0.00999999978, 0)
- TextLabel30.BackgroundColor = BrickColor.new("Dark grey metallic")
- TextLabel30.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
- TextLabel30.BackgroundTransparency = 0.5
- TextLabel30.BorderSizePixel = 0
- TextLabel30.Font = Enum.Font.SciFi
- TextLabel30.FontSize = Enum.FontSize.Size14
- TextLabel30.Text = "Left Hip"
- TextLabel30.TextColor = BrickColor.new("Pastel blue-green")
- TextLabel30.TextColor3 = Color3.new(0.662745, 1, 0.905882)
- TextLabel30.TextSize = 14
- TextLabel30.TextStrokeColor3 = Color3.new(1, 1, 1)
- LH_X.Name = "IncrementX"
- LH_X.Parent = TextLabel30
- LH_X.Position = UDim2.new(0.106776193, 0, 3.24232078, 0)
- LH_X.Size = UDim2.new(0, 45, 0, 32)
- LH_X.BackgroundColor = BrickColor.new("Sand red")
- LH_X.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- LH_X.BackgroundTransparency = 0.5
- LH_X.BorderSizePixel = 0
- LH_X.Font = Enum.Font.SourceSans
- LH_X.FontSize = Enum.FontSize.Size14
- LH_X.Text = ""
- LH_X.TextColor = BrickColor.new("Really black")
- LH_X.TextColor3 = Color3.new(0, 0, 0)
- LH_X.TextScaled = true
- LH_X.TextSize = 14
- LH_X.TextWrap = true
- LH_X.TextWrapped = true
- LH_X.PlaceholderColor3 = Color3.new(1, 1, 1)
- LH_X.PlaceholderText = "0"
- LH_X.ShowNativeInput = false
- LH_Y.Name = "IncrementY"
- LH_Y.Parent = TextLabel30
- LH_Y.Position = UDim2.new(0.406570852, 0, 3.24232078, 0)
- LH_Y.Size = UDim2.new(0, 45, 0, 32)
- LH_Y.BackgroundColor = BrickColor.new("Sand red")
- LH_Y.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- LH_Y.BackgroundTransparency = 0.5
- LH_Y.BorderSizePixel = 0
- LH_Y.Font = Enum.Font.SourceSans
- LH_Y.FontSize = Enum.FontSize.Size14
- LH_Y.Text = ""
- LH_Y.TextColor = BrickColor.new("Really black")
- LH_Y.TextColor3 = Color3.new(0, 0, 0)
- LH_Y.TextScaled = true
- LH_Y.TextSize = 14
- LH_Y.TextWrap = true
- LH_Y.TextWrapped = true
- LH_Y.PlaceholderColor3 = Color3.new(1, 1, 1)
- LH_Y.PlaceholderText = "0"
- LH_Y.ShowNativeInput = false
- LH_Z.Name = "IncrementZ"
- LH_Z.Parent = TextLabel30
- LH_Z.Position = UDim2.new(0.706365526, 0, 3.24232078, 0)
- LH_Z.Size = UDim2.new(0, 45, 0, 32)
- LH_Z.BackgroundColor = BrickColor.new("Sand red")
- LH_Z.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- LH_Z.BackgroundTransparency = 0.5
- LH_Z.BorderSizePixel = 0
- LH_Z.Font = Enum.Font.SourceSans
- LH_Z.FontSize = Enum.FontSize.Size14
- LH_Z.Text = ""
- LH_Z.TextColor = BrickColor.new("Really black")
- LH_Z.TextColor3 = Color3.new(0, 0, 0)
- LH_Z.TextScaled = true
- LH_Z.TextSize = 14
- LH_Z.TextWrap = true
- LH_Z.TextWrapped = true
- LH_Z.PlaceholderColor3 = Color3.new(1, 1, 1)
- LH_Z.PlaceholderText = "0"
- LH_Z.ShowNativeInput = false
- TextLabel34.Name = "CFrame-Title"
- TextLabel34.Parent = TextLabel30
- TextLabel34.Position = UDim2.new(0, 0, 1.66518772, 0)
- TextLabel34.Size = UDim2.new(1, 0, 1, 0)
- TextLabel34.BackgroundColor = BrickColor.new("Dark grey metallic")
- TextLabel34.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
- TextLabel34.BackgroundTransparency = 1
- TextLabel34.BorderSizePixel = 0
- TextLabel34.Font = Enum.Font.SciFi
- TextLabel34.FontSize = Enum.FontSize.Size14
- TextLabel34.Text = "CFrame"
- TextLabel34.TextColor = BrickColor.new("Institutional white")
- TextLabel34.TextColor3 = Color3.new(0.898039, 1, 0.992157)
- TextLabel34.TextSize = 14
- TextLabel34.TextStrokeColor3 = Color3.new(1, 1, 1)
- LH_R_X.Name = "RotIncrementX"
- LH_R_X.Parent = TextLabel30
- LH_R_X.Position = UDim2.new(0.106776193, 0, 8.53242302, 0)
- LH_R_X.Size = UDim2.new(0, 45, 0, 32)
- LH_R_X.BackgroundColor = BrickColor.new("Sand red")
- LH_R_X.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- LH_R_X.BackgroundTransparency = 0.5
- LH_R_X.BorderSizePixel = 0
- LH_R_X.Font = Enum.Font.SourceSans
- LH_R_X.FontSize = Enum.FontSize.Size14
- LH_R_X.Text = ""
- LH_R_X.TextColor = BrickColor.new("Really black")
- LH_R_X.TextColor3 = Color3.new(0, 0, 0)
- LH_R_X.TextScaled = true
- LH_R_X.TextSize = 14
- LH_R_X.TextWrap = true
- LH_R_X.TextWrapped = true
- LH_R_X.PlaceholderColor3 = Color3.new(1, 1, 1)
- LH_R_X.PlaceholderText = "0"
- LH_R_X.ShowNativeInput = false
- LH_R_Y.Name = "RotIncrementY"
- LH_R_Y.Parent = TextLabel30
- LH_R_Y.Position = UDim2.new(0.406570852, 0, 8.53242302, 0)
- LH_R_Y.Size = UDim2.new(0, 45, 0, 32)
- LH_R_Y.BackgroundColor = BrickColor.new("Sand red")
- LH_R_Y.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- LH_R_Y.BackgroundTransparency = 0.5
- LH_R_Y.BorderSizePixel = 0
- LH_R_Y.Font = Enum.Font.SourceSans
- LH_R_Y.FontSize = Enum.FontSize.Size14
- LH_R_Y.Text = ""
- LH_R_Y.TextColor = BrickColor.new("Really black")
- LH_R_Y.TextColor3 = Color3.new(0, 0, 0)
- LH_R_Y.TextScaled = true
- LH_R_Y.TextSize = 14
- LH_R_Y.TextWrap = true
- LH_R_Y.TextWrapped = true
- LH_R_Y.PlaceholderColor3 = Color3.new(1, 1, 1)
- LH_R_Y.PlaceholderText = "0"
- LH_R_Y.ShowNativeInput = false
- LH_R_Z.Name = "RotIncrementZ"
- LH_R_Z.Parent = TextLabel30
- LH_R_Z.Position = UDim2.new(0.706365526, 0, 8.53242302, 0)
- LH_R_Z.Size = UDim2.new(0, 45, 0, 32)
- LH_R_Z.BackgroundColor = BrickColor.new("Sand red")
- LH_R_Z.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- LH_R_Z.BackgroundTransparency = 0.5
- LH_R_Z.BorderSizePixel = 0
- LH_R_Z.Font = Enum.Font.SourceSans
- LH_R_Z.FontSize = Enum.FontSize.Size14
- LH_R_Z.Text = ""
- LH_R_Z.TextColor = BrickColor.new("Really black")
- LH_R_Z.TextColor3 = Color3.new(0, 0, 0)
- LH_R_Z.TextScaled = true
- LH_R_Z.TextSize = 14
- LH_R_Z.TextWrap = true
- LH_R_Z.TextWrapped = true
- LH_R_Z.PlaceholderColor3 = Color3.new(1, 1, 1)
- LH_R_Z.PlaceholderText = "0"
- LH_R_Z.ShowNativeInput = false
- TextLabel38.Name = "Rot-Title"
- TextLabel38.Parent = TextLabel30
- TextLabel38.Position = UDim2.new(-0.00410677632, 0, 6.89840746, 0)
- TextLabel38.Size = UDim2.new(1, 0, 1, 0)
- TextLabel38.BackgroundColor = BrickColor.new("Dark grey metallic")
- TextLabel38.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
- TextLabel38.BackgroundTransparency = 1
- TextLabel38.BorderSizePixel = 0
- TextLabel38.Font = Enum.Font.SciFi
- TextLabel38.FontSize = Enum.FontSize.Size14
- TextLabel38.Text = "Rotation (in rotational degrees)"
- TextLabel38.TextColor = BrickColor.new("Institutional white")
- TextLabel38.TextColor3 = Color3.new(0.898039, 1, 0.992157)
- TextLabel38.TextSize = 14
- TextLabel38.TextStrokeColor3 = Color3.new(1, 1, 1)
- TextLabel39.Name = "N-Title"
- TextLabel39.Parent = ScrollingFrame1
- TextLabel39.Position = UDim2.new(0, 0, 0.47974968, 0)
- TextLabel39.Size = UDim2.new(1, 0, 0.00999999978, 0)
- TextLabel39.BackgroundColor = BrickColor.new("Dark grey metallic")
- TextLabel39.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
- TextLabel39.BackgroundTransparency = 0.5
- TextLabel39.BorderSizePixel = 0
- TextLabel39.Font = Enum.Font.SciFi
- TextLabel39.FontSize = Enum.FontSize.Size14
- TextLabel39.Text = "Head (Neck)"
- TextLabel39.TextColor = BrickColor.new("Pastel blue-green")
- TextLabel39.TextColor3 = Color3.new(0.662745, 1, 0.905882)
- TextLabel39.TextSize = 14
- TextLabel39.TextStrokeColor3 = Color3.new(1, 1, 1)
- N_X.Name = "IncrementX"
- N_X.Parent = TextLabel39
- N_X.Position = UDim2.new(0.106776193, 0, 3.24232078, 0)
- N_X.Size = UDim2.new(0, 45, 0, 32)
- N_X.BackgroundColor = BrickColor.new("Sand red")
- N_X.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- N_X.BackgroundTransparency = 0.5
- N_X.BorderSizePixel = 0
- N_X.Font = Enum.Font.SourceSans
- N_X.FontSize = Enum.FontSize.Size14
- N_X.Text = ""
- N_X.TextColor = BrickColor.new("Really black")
- N_X.TextColor3 = Color3.new(0, 0, 0)
- N_X.TextScaled = true
- N_X.TextSize = 14
- N_X.TextWrap = true
- N_X.TextWrapped = true
- N_X.PlaceholderColor3 = Color3.new(1, 1, 1)
- N_X.PlaceholderText = "0"
- N_X.ShowNativeInput = false
- N_Y.Name = "IncrementY"
- N_Y.Parent = TextLabel39
- N_Y.Position = UDim2.new(0.406570852, 0, 3.24232078, 0)
- N_Y.Size = UDim2.new(0, 45, 0, 32)
- N_Y.BackgroundColor = BrickColor.new("Sand red")
- N_Y.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- N_Y.BackgroundTransparency = 0.5
- N_Y.BorderSizePixel = 0
- N_Y.Font = Enum.Font.SourceSans
- N_Y.FontSize = Enum.FontSize.Size14
- N_Y.Text = ""
- N_Y.TextColor = BrickColor.new("Really black")
- N_Y.TextColor3 = Color3.new(0, 0, 0)
- N_Y.TextScaled = true
- N_Y.TextSize = 14
- N_Y.TextWrap = true
- N_Y.TextWrapped = true
- N_Y.PlaceholderColor3 = Color3.new(1, 1, 1)
- N_Y.PlaceholderText = "0"
- N_Y.ShowNativeInput = false
- N_Z.Name = "IncrementZ"
- N_Z.Parent = TextLabel39
- N_Z.Position = UDim2.new(0.706365526, 0, 3.24232078, 0)
- N_Z.Size = UDim2.new(0, 45, 0, 32)
- N_Z.BackgroundColor = BrickColor.new("Sand red")
- N_Z.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- N_Z.BackgroundTransparency = 0.5
- N_Z.BorderSizePixel = 0
- N_Z.Font = Enum.Font.SourceSans
- N_Z.FontSize = Enum.FontSize.Size14
- N_Z.Text = ""
- N_Z.TextColor = BrickColor.new("Really black")
- N_Z.TextColor3 = Color3.new(0, 0, 0)
- N_Z.TextScaled = true
- N_Z.TextSize = 14
- N_Z.TextWrap = true
- N_Z.TextWrapped = true
- N_Z.PlaceholderColor3 = Color3.new(1, 1, 1)
- N_Z.PlaceholderText = "0"
- N_Z.ShowNativeInput = false
- TextLabel43.Name = "CFrame-Title"
- TextLabel43.Parent = TextLabel39
- TextLabel43.Position = UDim2.new(0, 0, 1.66518772, 0)
- TextLabel43.Size = UDim2.new(1, 0, 1, 0)
- TextLabel43.BackgroundColor = BrickColor.new("Dark grey metallic")
- TextLabel43.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
- TextLabel43.BackgroundTransparency = 1
- TextLabel43.BorderSizePixel = 0
- TextLabel43.Font = Enum.Font.SciFi
- TextLabel43.FontSize = Enum.FontSize.Size14
- TextLabel43.Text = "CFrame"
- TextLabel43.TextColor = BrickColor.new("Institutional white")
- TextLabel43.TextColor3 = Color3.new(0.898039, 1, 0.992157)
- TextLabel43.TextSize = 14
- TextLabel43.TextStrokeColor3 = Color3.new(1, 1, 1)
- N_R_X.Name = "RotIncrementX"
- N_R_X.Parent = TextLabel39
- N_R_X.Position = UDim2.new(0.106776193, 0, 8.53242302, 0)
- N_R_X.Size = UDim2.new(0, 45, 0, 32)
- N_R_X.BackgroundColor = BrickColor.new("Sand red")
- N_R_X.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- N_R_X.BackgroundTransparency = 0.5
- N_R_X.BorderSizePixel = 0
- N_R_X.Font = Enum.Font.SourceSans
- N_R_X.FontSize = Enum.FontSize.Size14
- N_R_X.Text = ""
- N_R_X.TextColor = BrickColor.new("Really black")
- N_R_X.TextColor3 = Color3.new(0, 0, 0)
- N_R_X.TextScaled = true
- N_R_X.TextSize = 14
- N_R_X.TextWrap = true
- N_R_X.TextWrapped = true
- N_R_X.PlaceholderColor3 = Color3.new(1, 1, 1)
- N_R_X.PlaceholderText = "0"
- N_R_X.ShowNativeInput = false
- N_R_Y.Name = "RotIncrementY"
- N_R_Y.Parent = TextLabel39
- N_R_Y.Position = UDim2.new(0.406570852, 0, 8.53242302, 0)
- N_R_Y.Size = UDim2.new(0, 45, 0, 32)
- N_R_Y.BackgroundColor = BrickColor.new("Sand red")
- N_R_Y.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- N_R_Y.BackgroundTransparency = 0.5
- N_R_Y.BorderSizePixel = 0
- N_R_Y.Font = Enum.Font.SourceSans
- N_R_Y.FontSize = Enum.FontSize.Size14
- N_R_Y.Text = ""
- N_R_Y.TextColor = BrickColor.new("Really black")
- N_R_Y.TextColor3 = Color3.new(0, 0, 0)
- N_R_Y.TextScaled = true
- N_R_Y.TextSize = 14
- N_R_Y.TextWrap = true
- N_R_Y.TextWrapped = true
- N_R_Y.PlaceholderColor3 = Color3.new(1, 1, 1)
- N_R_Y.PlaceholderText = "0"
- N_R_Y.ShowNativeInput = false
- N_R_Z.Name = "RotIncrementZ"
- N_R_Z.Parent = TextLabel39
- N_R_Z.Position = UDim2.new(0.706365526, 0, 8.53242302, 0)
- N_R_Z.Size = UDim2.new(0, 45, 0, 32)
- N_R_Z.BackgroundColor = BrickColor.new("Sand red")
- N_R_Z.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- N_R_Z.BackgroundTransparency = 0.5
- N_R_Z.BorderSizePixel = 0
- N_R_Z.Font = Enum.Font.SourceSans
- N_R_Z.FontSize = Enum.FontSize.Size14
- N_R_Z.Text = ""
- N_R_Z.TextColor = BrickColor.new("Really black")
- N_R_Z.TextColor3 = Color3.new(0, 0, 0)
- N_R_Z.TextScaled = true
- N_R_Z.TextSize = 14
- N_R_Z.TextWrap = true
- N_R_Z.TextWrapped = true
- N_R_Z.PlaceholderColor3 = Color3.new(1, 1, 1)
- N_R_Z.PlaceholderText = "0"
- N_R_Z.ShowNativeInput = false
- TextLabel47.Name = "Rot-Title"
- TextLabel47.Parent = TextLabel39
- TextLabel47.Position = UDim2.new(-0.00410677632, 0, 6.89840746, 0)
- TextLabel47.Size = UDim2.new(1, 0, 1, 0)
- TextLabel47.BackgroundColor = BrickColor.new("Dark grey metallic")
- TextLabel47.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
- TextLabel47.BackgroundTransparency = 1
- TextLabel47.BorderSizePixel = 0
- TextLabel47.Font = Enum.Font.SciFi
- TextLabel47.FontSize = Enum.FontSize.Size14
- TextLabel47.Text = "Rotation (in rotational degrees)"
- TextLabel47.TextColor = BrickColor.new("Institutional white")
- TextLabel47.TextColor3 = Color3.new(0.898039, 1, 0.992157)
- TextLabel47.TextSize = 14
- TextLabel47.TextStrokeColor3 = Color3.new(1, 1, 1)
- TextLabel48.Name = "TOR-Title"
- TextLabel48.Parent = ScrollingFrame1
- TextLabel48.Position = UDim2.new(0, 0, 0.58972317, 0)
- TextLabel48.Size = UDim2.new(1, 0, 0.00999999978, 0)
- TextLabel48.BackgroundColor = BrickColor.new("Dark grey metallic")
- TextLabel48.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
- TextLabel48.BackgroundTransparency = 0.5
- TextLabel48.BorderSizePixel = 0
- TextLabel48.Font = Enum.Font.SciFi
- TextLabel48.FontSize = Enum.FontSize.Size14
- TextLabel48.Text = "Torso (RootJoint)"
- TextLabel48.TextColor = BrickColor.new("Pastel blue-green")
- TextLabel48.TextColor3 = Color3.new(0.662745, 1, 0.905882)
- TextLabel48.TextSize = 14
- TextLabel48.TextStrokeColor3 = Color3.new(1, 1, 1)
- TOR_X.Name = "IncrementX"
- TOR_X.Parent = TextLabel48
- TOR_X.Position = UDim2.new(0.106776193, 0, 3.24232078, 0)
- TOR_X.Size = UDim2.new(0, 45, 0, 32)
- TOR_X.BackgroundColor = BrickColor.new("Sand red")
- TOR_X.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- TOR_X.BackgroundTransparency = 0.5
- TOR_X.BorderSizePixel = 0
- TOR_X.Font = Enum.Font.SourceSans
- TOR_X.FontSize = Enum.FontSize.Size14
- TOR_X.Text = ""
- TOR_X.TextColor = BrickColor.new("Really black")
- TOR_X.TextColor3 = Color3.new(0, 0, 0)
- TOR_X.TextScaled = true
- TOR_X.TextSize = 14
- TOR_X.TextWrap = true
- TOR_X.TextWrapped = true
- TOR_X.PlaceholderColor3 = Color3.new(1, 1, 1)
- TOR_X.PlaceholderText = "0"
- TOR_X.ShowNativeInput = false
- TOR_Y.Name = "IncrementY"
- TOR_Y.Parent = TextLabel48
- TOR_Y.Position = UDim2.new(0.406570852, 0, 3.24232078, 0)
- TOR_Y.Size = UDim2.new(0, 45, 0, 32)
- TOR_Y.BackgroundColor = BrickColor.new("Sand red")
- TOR_Y.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- TOR_Y.BackgroundTransparency = 0.5
- TOR_Y.BorderSizePixel = 0
- TOR_Y.Font = Enum.Font.SourceSans
- TOR_Y.FontSize = Enum.FontSize.Size14
- TOR_Y.Text = ""
- TOR_Y.TextColor = BrickColor.new("Really black")
- TOR_Y.TextColor3 = Color3.new(0, 0, 0)
- TOR_Y.TextScaled = true
- TOR_Y.TextSize = 14
- TOR_Y.TextWrap = true
- TOR_Y.TextWrapped = true
- TOR_Y.PlaceholderColor3 = Color3.new(1, 1, 1)
- TOR_Y.PlaceholderText = "0"
- TOR_Y.ShowNativeInput = false
- TOR_Z.Name = "IncrementZ"
- TOR_Z.Parent = TextLabel48
- TOR_Z.Position = UDim2.new(0.706365526, 0, 3.24232078, 0)
- TOR_Z.Size = UDim2.new(0, 45, 0, 32)
- TOR_Z.BackgroundColor = BrickColor.new("Sand red")
- TOR_Z.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- TOR_Z.BackgroundTransparency = 0.5
- TOR_Z.BorderSizePixel = 0
- TOR_Z.Font = Enum.Font.SourceSans
- TOR_Z.FontSize = Enum.FontSize.Size14
- TOR_Z.Text = ""
- TOR_Z.TextColor = BrickColor.new("Really black")
- TOR_Z.TextColor3 = Color3.new(0, 0, 0)
- TOR_Z.TextScaled = true
- TOR_Z.TextSize = 14
- TOR_Z.TextWrap = true
- TOR_Z.TextWrapped = true
- TOR_Z.PlaceholderColor3 = Color3.new(1, 1, 1)
- TOR_Z.PlaceholderText = "0"
- TOR_Z.ShowNativeInput = false
- TextLabel52.Name = "CFrame-Title"
- TextLabel52.Parent = TextLabel48
- TextLabel52.Position = UDim2.new(0, 0, 1.66518772, 0)
- TextLabel52.Size = UDim2.new(1, 0, 1, 0)
- TextLabel52.BackgroundColor = BrickColor.new("Dark grey metallic")
- TextLabel52.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
- TextLabel52.BackgroundTransparency = 1
- TextLabel52.BorderSizePixel = 0
- TextLabel52.Font = Enum.Font.SciFi
- TextLabel52.FontSize = Enum.FontSize.Size14
- TextLabel52.Text = "CFrame"
- TextLabel52.TextColor = BrickColor.new("Institutional white")
- TextLabel52.TextColor3 = Color3.new(0.898039, 1, 0.992157)
- TextLabel52.TextSize = 14
- TextLabel52.TextStrokeColor3 = Color3.new(1, 1, 1)
- TOR_R_X.Name = "RotIncrementX"
- TOR_R_X.Parent = TextLabel48
- TOR_R_X.Position = UDim2.new(0.106776193, 0, 8.53242302, 0)
- TOR_R_X.Size = UDim2.new(0, 45, 0, 32)
- TOR_R_X.BackgroundColor = BrickColor.new("Sand red")
- TOR_R_X.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- TOR_R_X.BackgroundTransparency = 0.5
- TOR_R_X.BorderSizePixel = 0
- TOR_R_X.Font = Enum.Font.SourceSans
- TOR_R_X.FontSize = Enum.FontSize.Size14
- TOR_R_X.Text = ""
- TOR_R_X.TextColor = BrickColor.new("Really black")
- TOR_R_X.TextColor3 = Color3.new(0, 0, 0)
- TOR_R_X.TextScaled = true
- TOR_R_X.TextSize = 14
- TOR_R_X.TextWrap = true
- TOR_R_X.TextWrapped = true
- TOR_R_X.PlaceholderColor3 = Color3.new(1, 1, 1)
- TOR_R_X.PlaceholderText = "0"
- TOR_R_X.ShowNativeInput = false
- TOR_R_Y.Name = "RotIncrementY"
- TOR_R_Y.Parent = TextLabel48
- TOR_R_Y.Position = UDim2.new(0.406570852, 0, 8.53242302, 0)
- TOR_R_Y.Size = UDim2.new(0, 45, 0, 32)
- TOR_R_Y.BackgroundColor = BrickColor.new("Sand red")
- TOR_R_Y.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- TOR_R_Y.BackgroundTransparency = 0.5
- TOR_R_Y.BorderSizePixel = 0
- TOR_R_Y.Font = Enum.Font.SourceSans
- TOR_R_Y.FontSize = Enum.FontSize.Size14
- TOR_R_Y.Text = ""
- TOR_R_Y.TextColor = BrickColor.new("Really black")
- TOR_R_Y.TextColor3 = Color3.new(0, 0, 0)
- TOR_R_Y.TextScaled = true
- TOR_R_Y.TextSize = 14
- TOR_R_Y.TextWrap = true
- TOR_R_Y.TextWrapped = true
- TOR_R_Y.PlaceholderColor3 = Color3.new(1, 1, 1)
- TOR_R_Y.PlaceholderText = "0"
- TOR_R_Y.ShowNativeInput = false
- TOR_R_Z.Name = "RotIncrementZ"
- TOR_R_Z.Parent = TextLabel48
- TOR_R_Z.Position = UDim2.new(0.706365526, 0, 8.53242302, 0)
- TOR_R_Z.Size = UDim2.new(0, 45, 0, 32)
- TOR_R_Z.BackgroundColor = BrickColor.new("Sand red")
- TOR_R_Z.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
- TOR_R_Z.BackgroundTransparency = 0.5
- TOR_R_Z.BorderSizePixel = 0
- TOR_R_Z.Font = Enum.Font.SourceSans
- TOR_R_Z.FontSize = Enum.FontSize.Size14
- TOR_R_Z.Text = ""
- TOR_R_Z.TextColor = BrickColor.new("Really black")
- TOR_R_Z.TextColor3 = Color3.new(0, 0, 0)
- TOR_R_Z.TextScaled = true
- TOR_R_Z.TextSize = 14
- TOR_R_Z.TextWrap = true
- TOR_R_Z.TextWrapped = true
- TOR_R_Z.PlaceholderColor3 = Color3.new(1, 1, 1)
- TOR_R_Z.PlaceholderText = "0"
- TOR_R_Z.ShowNativeInput = false
- TextLabel56.Name = "Rot-Title"
- TextLabel56.Parent = TextLabel48
- TextLabel56.Position = UDim2.new(-0.00410677632, 0, 6.89840746, 0)
- TextLabel56.Size = UDim2.new(1, 0, 1, 0)
- TextLabel56.BackgroundColor = BrickColor.new("Dark grey metallic")
- TextLabel56.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
- TextLabel56.BackgroundTransparency = 1
- TextLabel56.BorderSizePixel = 0
- TextLabel56.Font = Enum.Font.SciFi
- TextLabel56.FontSize = Enum.FontSize.Size14
- TextLabel56.Text = "Rotation (in rotational degrees)"
- TextLabel56.TextColor = BrickColor.new("Institutional white")
- TextLabel56.TextColor3 = Color3.new(0.898039, 1, 0.992157)
- TextLabel56.TextSize = 14
- TextLabel56.TextStrokeColor3 = Color3.new(1, 1, 1)
- ResetButton.Name = "Reset All Values"
- ResetButton.Parent = ScrollingFrame1
- ResetButton.Position = UDim2.new(8.84756446e-09, 0, 0.736442864, 0)
- ResetButton.Size = UDim2.new(1, 0, 0.0199999996, 0)
- ResetButton.BackgroundColor = BrickColor.new("Dirt brown")
- ResetButton.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
- ResetButton.BackgroundTransparency = 0.5
- ResetButton.BorderSizePixel = 0
- ResetButton.Font = Enum.Font.SciFi
- ResetButton.FontSize = Enum.FontSize.Size24
- ResetButton.Text = "~ | Reset All Values | ~"
- ResetButton.TextColor = BrickColor.new("Persimmon")
- ResetButton.TextColor3 = Color3.new(1, 0.298039, 0.298039)
- ResetButton.TextSize = 20
- ResetButton.TextStrokeColor3 = Color3.new(1, 0.631373, 0.631373)
- ResetButton.TextStrokeTransparency = 0.5
- ResetButton.TextWrap = true
- ResetButton.TextWrapped = true
- TextLabel58.Name = "GAP"
- TextLabel58.Parent = ScrollingFrame1
- TextLabel58.Position = UDim2.new(0, 0, 0.708039463, 0)
- TextLabel58.Size = UDim2.new(1, 0, 0.00999999978, 0)
- TextLabel58.BackgroundColor = BrickColor.new("Dark grey metallic")
- TextLabel58.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
- TextLabel58.BackgroundTransparency = 0.5
- TextLabel58.BorderSizePixel = 0
- TextLabel58.Font = Enum.Font.Fantasy
- TextLabel58.FontSize = Enum.FontSize.Size14
- TextLabel58.Text = "[>>>][~][>][-][<][-][>][-][<][-][>][-][<][~][<<<] "
- TextLabel58.TextColor = BrickColor.new("Pastel blue-green")
- TextLabel58.TextColor3 = Color3.new(0.662745, 1, 0.905882)
- TextLabel58.TextSize = 14
- TextLabel58.TextStrokeColor3 = Color3.new(1, 1, 1)
- MakeC0ScriptButton.Name = "Make Script"
- MakeC0ScriptButton.Parent = ScrollingFrame1
- MakeC0ScriptButton.Position = UDim2.new(8.84756446e-09, 0, 0.772847891, 0)
- MakeC0ScriptButton.Size = UDim2.new(1, 0, 0.0199999996, 0)
- MakeC0ScriptButton.BackgroundColor = BrickColor.new("Dirt brown")
- MakeC0ScriptButton.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
- MakeC0ScriptButton.BackgroundTransparency = 0.5
- MakeC0ScriptButton.BorderSizePixel = 0
- MakeC0ScriptButton.Font = Enum.Font.SciFi
- MakeC0ScriptButton.FontSize = Enum.FontSize.Size18
- MakeC0ScriptButton.Text = "~ | Make Keyframe (Script) | ~"
- MakeC0ScriptButton.TextColor = BrickColor.new("Institutional white")
- MakeC0ScriptButton.TextColor3 = Color3.new(1, 1, 1)
- MakeC0ScriptButton.TextSize = 18
- MakeC0ScriptButton.TextStrokeColor3 = Color3.new(1, 0.921569, 0.321569)
- MakeC0ScriptButton.TextStrokeTransparency = 0.5
- MakeC0ScriptButton.TextWrap = true
- MakeC0ScriptButton.TextWrapped = true
- MakeKeyframeButton.Name = "Make Keyframe"
- MakeKeyframeButton.Parent = ScrollingFrame1
- MakeKeyframeButton.Position = UDim2.new(9.31322575e-09, 0, 0.810011327, 0)
- MakeKeyframeButton.Size = UDim2.new(1, 0, 0.0199999996, 0)
- MakeKeyframeButton.BackgroundColor = BrickColor.new("Dirt brown")
- MakeKeyframeButton.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
- MakeKeyframeButton.BackgroundTransparency = 0.5
- MakeKeyframeButton.BorderSizePixel = 0
- MakeKeyframeButton.Font = Enum.Font.SciFi
- MakeKeyframeButton.FontSize = Enum.FontSize.Size24
- MakeKeyframeButton.Text = "~ | Make Keyframe | ~"
- MakeKeyframeButton.TextColor = BrickColor.new("Toothpaste")
- MakeKeyframeButton.TextColor3 = Color3.new(0.333333, 1, 1)
- MakeKeyframeButton.TextSize = 20
- MakeKeyframeButton.TextStrokeColor3 = Color3.new(0.666667, 1, 1)
- MakeKeyframeButton.TextStrokeTransparency = 0.5
- MakeKeyframeButton.TextWrap = true
- MakeKeyframeButton.TextWrapped = true
- for i,v in pairs(mas:GetChildren()) do
- v.Parent = owner.PlayerGui
- pcall(function() v:MakeJoints() end)
- end
- mas:Destroy()
- for i,v in pairs(cors) do
- spawn(function()
- pcall(v)
- end)
- end
- local CH = owner.Character
- if not CH:FindFirstChildOfClass("Humanoid") or not CH:FindFirstChild("Torso") or not CH:FindFirstChild("HumanoidRootPart") then
- return error("Animator could not start up: Your rig isnt the default R6 rig (Requires a humanoid and R15 is not supported yet)")
- end
- local TOR = CH.Torso
- local ROOT = CH.HumanoidRootPart
- local HUM = CH:FindFirstChildOfClass("Humanoid")
- local RS = TOR["Right Shoulder"]
- local LS = TOR["Left Shoulder"]
- local RH = TOR["Right Hip"]
- local LH = TOR["Left Hip"]
- local N = TOR["Neck"]
- local TORJ = ROOT["RootJoint"]
- local RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- local RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- ----------------------Name = Right Shoulder
- local LSC0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
- local LSC1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
- ----------------------Name = Left Shoulder
- local RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- local RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
- ----------------------Name = Right Hip
- local LHC0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
- local LHC1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
- ----------------------Name = Left Hip
- local NC0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
- local NC1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
- ----------------------Name = Neck
- local TORC0 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
- local TORC1 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
- ----------------------Name = RootJoint
- RemoveNormalAnims = true
- if RemoveNormalAnims == true then
- CH.Animate:Remove()
- HUM.Animator:Remove()
- end
- ---------------------------------------------------------------------
- -----------------------C0 AND C1 SETTING-----------------------
- local function resetc0()
- TORJ.C0 = TORC0
- TORJ.C1 = TORC1
- RS.C0 = RSC0
- RS.C1 = RSC1
- LS.C0 = LSC0
- LS.C1 = LSC1
- RH.C0 = RHC0
- RH.C1 = RHC1
- LH.C0 = LHC0
- LH.C1 = LHC1
- N.C0 = NC0
- N.C1 = NC1
- HUM.HipHeight = 5
- end
- ---------------------------------------------------------------------
- resetc0()
- print("~Editor started~")
- print("~[Note: Your HipHeight has been raised.]~")
- RS_X.FocusLost:Connect(function(enter, inp)
- if enter then
- RS.C0 = RSC0 * CFrame.new(tonumber(RS_X.Text), tonumber(RS_Y.Text), tonumber(RS_Z.Text)) * CFrame.Angles(math.rad(tonumber(RS_R_X.Text)), math.rad(tonumber(RS_R_Y.Text)), math.rad(tonumber(RS_R_Z.Text)))
- end
- end)
- RS_Y.FocusLost:Connect(function(enter, inp)
- if enter then
- RS.C0 = RSC0 * CFrame.new(tonumber(RS_X.Text), tonumber(RS_Y.Text), tonumber(RS_Z.Text)) * CFrame.Angles(math.rad(tonumber(RS_R_X.Text)), math.rad(tonumber(RS_R_Y.Text)), math.rad(tonumber(RS_R_Z.Text)))
- end
- end)
- RS_Z.FocusLost:Connect(function(enter, inp)
- if enter then
- RS.C0 = RSC0 * CFrame.new(tonumber(RS_X.Text), tonumber(RS_Y.Text), tonumber(RS_Z.Text)) * CFrame.Angles(math.rad(tonumber(RS_R_X.Text)), math.rad(tonumber(RS_R_Y.Text)), math.rad(tonumber(RS_R_Z.Text)))
- end
- end)
- RS_R_X.FocusLost:Connect(function(enter, inp)
- if enter then
- RS.C0 = RSC0 * CFrame.new(tonumber(RS_X.Text), tonumber(RS_Y.Text), tonumber(RS_Z.Text)) * CFrame.Angles(math.rad(tonumber(RS_R_X.Text)), math.rad(tonumber(RS_R_Y.Text)), math.rad(tonumber(RS_R_Z.Text)))
- end
- end)
- RS_R_Y.FocusLost:Connect(function(enter, inp)
- if enter then
- RS.C0 = RSC0 * CFrame.new(tonumber(RS_X.Text), tonumber(RS_Y.Text), tonumber(RS_Z.Text)) * CFrame.Angles(math.rad(tonumber(RS_R_X.Text)), math.rad(tonumber(RS_R_Y.Text)), math.rad(tonumber(RS_R_Z.Text)))
- end
- end)
- RS_R_Z.FocusLost:Connect(function(enter, inp)
- if enter then
- RS.C0 = RSC0 * CFrame.new(tonumber(RS_X.Text), tonumber(RS_Y.Text), tonumber(RS_Z.Text)) * CFrame.Angles(math.rad(tonumber(RS_R_X.Text)), math.rad(tonumber(RS_R_Y.Text)), math.rad(tonumber(RS_R_Z.Text)))
- end
- end)
- LS_X.FocusLost:Connect(function(enter, inp)
- if enter then
- LS.C0 = LSC0 * CFrame.new(tonumber(LS_X.Text), tonumber(LS_Y.Text), tonumber(LS_Z.Text)) * CFrame.Angles(math.rad(tonumber(LS_R_X.Text)), math.rad(tonumber(LS_R_Y.Text)), math.rad(tonumber(LS_R_Z.Text)))
- end
- end)
- LS_Y.FocusLost:Connect(function(enter, inp)
- if enter then
- LS.C0 = LSC0 * CFrame.new(tonumber(LS_X.Text), tonumber(LS_Y.Text), tonumber(LS_Z.Text)) * CFrame.Angles(math.rad(tonumber(LS_R_X.Text)), math.rad(tonumber(LS_R_Y.Text)), math.rad(tonumber(LS_R_Z.Text)))
- end
- end)
- LS_Z.FocusLost:Connect(function(enter, inp)
- if enter then
- LS.C0 = LSC0 * CFrame.new(tonumber(LS_X.Text), tonumber(LS_Y.Text), tonumber(LS_Z.Text)) * CFrame.Angles(math.rad(tonumber(LS_R_X.Text)), math.rad(tonumber(LS_R_Y.Text)), math.rad(tonumber(LS_R_Z.Text)))
- end
- end)
- LS_R_X.FocusLost:Connect(function(enter, inp)
- if enter then
- LS.C0 = LSC0 * CFrame.new(tonumber(LS_X.Text), tonumber(LS_Y.Text), tonumber(LS_Z.Text)) * CFrame.Angles(math.rad(tonumber(LS_R_X.Text)), math.rad(tonumber(LS_R_Y.Text)), math.rad(tonumber(LS_R_Z.Text)))
- end
- end)
- LS_R_Y.FocusLost:Connect(function(enter, inp)
- if enter then
- LS.C0 = LSC0 * CFrame.new(tonumber(LS_X.Text), tonumber(LS_Y.Text), tonumber(LS_Z.Text)) * CFrame.Angles(math.rad(tonumber(LS_R_X.Text)), math.rad(tonumber(LS_R_Y.Text)), math.rad(tonumber(LS_R_Z.Text)))
- end
- end)
- LS_R_Z.FocusLost:Connect(function(enter, inp)
- if enter then
- LS.C0 = LSC0 * CFrame.new(tonumber(LS_X.Text), tonumber(LS_Y.Text), tonumber(LS_Z.Text)) * CFrame.Angles(math.rad(tonumber(LS_R_X.Text)), math.rad(tonumber(LS_R_Y.Text)), math.rad(tonumber(LS_R_Z.Text)))
- end
- end)
- RH_X.FocusLost:Connect(function(enter, inp)
- if enter then
- RH.C0 = RHC0 * CFrame.new(tonumber(RH_X.Text), tonumber(RH_Y.Text), tonumber(RH_Z.Text)) * CFrame.Angles(math.rad(tonumber(RH_R_X.Text)), math.rad(tonumber(RH_R_Y.Text)), math.rad(tonumber(RH_R_Z.Text)))
- end
- end)
- RH_Y.FocusLost:Connect(function(enter, inp)
- if enter then
- RH.C0 = RHC0 * CFrame.new(tonumber(RH_X.Text), tonumber(RH_Y.Text), tonumber(RH_Z.Text)) * CFrame.Angles(math.rad(tonumber(RH_R_X.Text)), math.rad(tonumber(RH_R_Y.Text)), math.rad(tonumber(RH_R_Z.Text)))
- end
- end)
- RH_Z.FocusLost:Connect(function(enter, inp)
- if enter then
- RH.C0 = RHC0 * CFrame.new(tonumber(RH_X.Text), tonumber(RH_Y.Text), tonumber(RH_Z.Text)) * CFrame.Angles(math.rad(tonumber(RH_R_X.Text)), math.rad(tonumber(RH_R_Y.Text)), math.rad(tonumber(RH_R_Z.Text)))
- end
- end)
- RH_R_X.FocusLost:Connect(function(enter, inp)
- if enter then
- RH.C0 = RHC0 * CFrame.new(tonumber(RH_X.Text), tonumber(RH_Y.Text), tonumber(RH_Z.Text)) * CFrame.Angles(math.rad(tonumber(RH_R_X.Text)), math.rad(tonumber(RH_R_Y.Text)), math.rad(tonumber(RH_R_Z.Text)))
- end
- end)
- RH_R_Y.FocusLost:Connect(function(enter, inp)
- if enter then
- RH.C0 = RHC0 * CFrame.new(tonumber(RH_X.Text), tonumber(RH_Y.Text), tonumber(RH_Z.Text)) * CFrame.Angles(math.rad(tonumber(RH_R_X.Text)), math.rad(tonumber(RH_R_Y.Text)), math.rad(tonumber(RH_R_Z.Text)))
- end
- end)
- RH_R_Z.FocusLost:Connect(function(enter, inp)
- if enter then
- RH.C0 = RHC0 * CFrame.new(tonumber(RH_X.Text), tonumber(RH_Y.Text), tonumber(RH_Z.Text)) * CFrame.Angles(math.rad(tonumber(RH_R_X.Text)), math.rad(tonumber(RH_R_Y.Text)), math.rad(tonumber(RH_R_Z.Text)))
- end
- end)
- LH_X.FocusLost:Connect(function(enter, inp)
- if enter then
- LH.C0 = LHC0 * CFrame.new(tonumber(LH_X.Text), tonumber(LH_Y.Text), tonumber(LH_Z.Text)) * CFrame.Angles(math.rad(tonumber(LH_R_X.Text)), math.rad(tonumber(LH_R_Y.Text)), math.rad(tonumber(LH_R_Z.Text)))
- end
- end)
- LH_Y.FocusLost:Connect(function(enter, inp)
- if enter then
- LH.C0 = LHC0 * CFrame.new(tonumber(LH_X.Text), tonumber(LH_Y.Text), tonumber(LH_Z.Text)) * CFrame.Angles(math.rad(tonumber(LH_R_X.Text)), math.rad(tonumber(LH_R_Y.Text)), math.rad(tonumber(LH_R_Z.Text)))
- end
- end)
- LH_Z.FocusLost:Connect(function(enter, inp)
- if enter then
- LH.C0 = LHC0 * CFrame.new(tonumber(LH_X.Text), tonumber(LH_Y.Text), tonumber(LH_Z.Text)) * CFrame.Angles(math.rad(tonumber(LH_R_X.Text)), math.rad(tonumber(LH_R_Y.Text)), math.rad(tonumber(LH_R_Z.Text)))
- end
- end)
- LH_R_X.FocusLost:Connect(function(enter, inp)
- if enter then
- LH.C0 = LHC0 * CFrame.new(tonumber(LH_X.Text), tonumber(LH_Y.Text), tonumber(LH_Z.Text)) * CFrame.Angles(math.rad(tonumber(LH_R_X.Text)), math.rad(tonumber(LH_R_Y.Text)), math.rad(tonumber(LH_R_Z.Text)))
- end
- end)
- LH_R_Y.FocusLost:Connect(function(enter, inp)
- if enter then
- LH.C0 = LHC0 * CFrame.new(tonumber(LH_X.Text), tonumber(LH_Y.Text), tonumber(LH_Z.Text)) * CFrame.Angles(math.rad(tonumber(LH_R_X.Text)), math.rad(tonumber(LH_R_Y.Text)), math.rad(tonumber(LH_R_Z.Text)))
- end
- end)
- LH_R_Z.FocusLost:Connect(function(enter, inp)
- if enter then
- LH.C0 = LHC0 * CFrame.new(tonumber(LH_X.Text), tonumber(LH_Y.Text), tonumber(LH_Z.Text)) * CFrame.Angles(math.rad(tonumber(LH_R_X.Text)), math.rad(tonumber(LH_R_Y.Text)), math.rad(tonumber(LH_R_Z.Text)))
- end
- end)
- N_X.FocusLost:Connect(function(enter, inp)
- if enter then
- N.C0 = NC0 * CFrame.new(tonumber(N_X.Text), tonumber(N_Y.Text), tonumber(N_Z.Text)) * CFrame.Angles(math.rad(tonumber(N_R_X.Text)), math.rad(tonumber(N_R_Y.Text)), math.rad(tonumber(N_R_Z.Text)))
- end
- end)
- N_Y.FocusLost:Connect(function(enter, inp)
- if enter then
- N.C0 = NC0 * CFrame.new(tonumber(N_X.Text), tonumber(N_Y.Text), tonumber(N_Z.Text)) * CFrame.Angles(math.rad(tonumber(N_R_X.Text)), math.rad(tonumber(N_R_Y.Text)), math.rad(tonumber(N_R_Z.Text)))
- end
- end)
- N_Z.FocusLost:Connect(function(enter, inp)
- if enter then
- N.C0 = NC0 * CFrame.new(tonumber(N_X.Text), tonumber(N_Y.Text), tonumber(N_Z.Text)) * CFrame.Angles(math.rad(tonumber(N_R_X.Text)), math.rad(tonumber(N_R_Y.Text)), math.rad(tonumber(N_R_Z.Text)))
- end
- end)
- N_R_X.FocusLost:Connect(function(enter, inp)
- if enter then
- N.C0 = NC0 * CFrame.new(tonumber(N_X.Text), tonumber(N_Y.Text), tonumber(N_Z.Text)) * CFrame.Angles(math.rad(tonumber(N_R_X.Text)), math.rad(tonumber(N_R_Y.Text)), math.rad(tonumber(N_R_Z.Text)))
- end
- end)
- N_R_Y.FocusLost:Connect(function(enter, inp)
- if enter then
- N.C0 = NC0 * CFrame.new(tonumber(N_X.Text), tonumber(N_Y.Text), tonumber(N_Z.Text)) * CFrame.Angles(math.rad(tonumber(N_R_X.Text)), math.rad(tonumber(N_R_Y.Text)), math.rad(tonumber(N_R_Z.Text)))
- end
- end)
- N_R_Z.FocusLost:Connect(function(enter, inp)
- if enter then
- N.C0 = NC0 * CFrame.new(tonumber(N_X.Text), tonumber(N_Y.Text), tonumber(N_Z.Text)) * CFrame.Angles(math.rad(tonumber(N_R_X.Text)), math.rad(tonumber(N_R_Y.Text)), math.rad(tonumber(N_R_Z.Text)))
- end
- end)
- TOR_X.FocusLost:Connect(function(enter, inp)
- if enter then
- TORJ.C0 = TORC0 * CFrame.new(tonumber(TOR_X.Text), tonumber(TOR_Y.Text), tonumber(TOR_Z.Text)) * CFrame.Angles(math.rad(tonumber(TOR_R_X.Text)), math.rad(tonumber(TOR_R_Y.Text)), math.rad(tonumber(TOR_R_Z.Text)))
- end
- end)
- TOR_Y.FocusLost:Connect(function(enter, inp)
- if enter then
- TORJ.C0 = TORC0 * CFrame.new(tonumber(TOR_X.Text), tonumber(TOR_Y.Text), tonumber(TOR_Z.Text)) * CFrame.Angles(math.rad(tonumber(TOR_R_X.Text)), math.rad(tonumber(TOR_R_Y.Text)), math.rad(tonumber(TOR_R_Z.Text)))
- end
- end)
- TOR_Z.FocusLost:Connect(function(enter, inp)
- if enter then
- TORJ.C0 = TORC0 * CFrame.new(tonumber(TOR_X.Text), tonumber(TOR_Y.Text), tonumber(TOR_Z.Text)) * CFrame.Angles(math.rad(tonumber(TOR_R_X.Text)), math.rad(tonumber(TOR_R_Y.Text)), math.rad(tonumber(TOR_R_Z.Text)))
- end
- end)
- TOR_R_X.FocusLost:Connect(function(enter, inp)
- if enter then
- TORJ.C0 = TORC0 * CFrame.new(tonumber(TOR_X.Text), tonumber(TOR_Y.Text), tonumber(TOR_Z.Text)) * CFrame.Angles(math.rad(tonumber(TOR_R_X.Text)), math.rad(tonumber(TOR_R_Y.Text)), math.rad(tonumber(TOR_R_Z.Text)))
- end
- end)
- TOR_R_Y.FocusLost:Connect(function(enter, inp)
- if enter then
- TORJ.C0 = TORC0 * CFrame.new(tonumber(TOR_X.Text), tonumber(TOR_Y.Text), tonumber(TOR_Z.Text)) * CFrame.Angles(math.rad(tonumber(TOR_R_X.Text)), math.rad(tonumber(TOR_R_Y.Text)), math.rad(tonumber(TOR_R_Z.Text)))
- end
- end)
- TOR_R_Z.FocusLost:Connect(function(enter, inp)
- if enter then
- TORJ.C0 = TORC0 * CFrame.new(tonumber(TOR_X.Text), tonumber(TOR_Y.Text), tonumber(TOR_Z.Text)) * CFrame.Angles(math.rad(tonumber(TOR_R_X.Text)), math.rad(tonumber(TOR_R_Y.Text)), math.rad(tonumber(TOR_R_Z.Text)))
- end
- end)
- ResetButton.MouseButton1Click:Connect(function()
- for _,v in pairs(ScreenGui0:GetDescendants()) do
- if v:IsA("TextBox") then
- v.Text = "0"
- end
- end
- resetc0()
- end)
- --s5u1
Add Comment
Please, Sign In to add comment