Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Cailon = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.Position = UDim2.new(0.363636374, 0, 0.206759468, 0)
- Frame.Size = UDim2.new(0, 249, 0, 168)
- Frame.Active = true
- Frame.Draggable = true
- Cailon.Name = "Cailon"
- Cailon.Parent = Frame
- Cailon.BackgroundColor3 = Color3.new(0, 0, 0)
- Cailon.Position = UDim2.new(0.0965737402, 0, 0.300494641, 0)
- Cailon.Size = UDim2.new(0, 200, 0, 50)
- Cailon.Font = Enum.Font.SourceSans
- Cailon.TextColor3 = Color3.new(0, 0, 0)
- Cailon.TextSize = 14
- Cailon.MouseButton1Down:connect(function()
- while wait() do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(480.181396, 14.0739775, -578.7168586)
- end
- end)
- -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment