Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Safety = Instance.new("TextButton")
- local Map = Instance.new("TextButton")
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(0.694118, 0.694118, 0.694118)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.48698169, 0, 0.229903534, 0)
- Frame.Size = UDim2.new(0, 154, 0, 163)
- Frame.Draggable = true
- Frame.Active = true
- Safety.Name = "Safety"
- Safety.Parent = Frame
- Safety.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
- Safety.BorderSizePixel = 0
- Safety.Position = UDim2.new(0.145472482, 0, 0.20176208, 0)
- Safety.Size = UDim2.new(0, 106, 0, 41)
- Safety.Font = Enum.Font.SourceSans
- Safety.Text = "Safety"
- Safety.TextColor3 = Color3.new(0.952941, 0.952941, 0.952941)
- Safety.TextSize = 14
- Safety.MouseButton1Click:connect(function()
- local hum = game.Players.LocalPlayer.Character.HumanoidRootPart
- hum.CFrame = CFrame.new(-237,194,314)
- end)
- Map.Name = "Map"
- Map.Parent = Frame
- Map.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
- Map.BorderSizePixel = 0
- Map.Position = UDim2.new(0.150084198, 0, 0.603106618, 0)
- Map.Size = UDim2.new(0, 106, 0, 41)
- Map.Font = Enum.Font.SourceSans
- Map.Text = "Map"
- Map.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667)
- Map.TextSize = 14
- Map.MouseButton1Click:connect(function()
- --Map
- local hum = game.Players.LocalPlayer.Character.HumanoidRootPart
- hum.CFrame = CFrame.new(-94,47,2)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement