Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.LocalPlayer.Character.Humanoid.MaxSlopeAngle = 100
- for _, v in pairs(workspace.Markers:GetDescendants()) do
- if v:IsA("BillboardGui") then
- v.Enabled = true
- v.AlwaysOnTop = true
- end
- end
- local instances = workspace:GetDescendants()
- local code = ""
- for _, v in pairs(instances) do
- if v:IsA("TextLabel") then
- if v.Font == Enum.Font.SciFi then
- code = v.Text
- end
- end
- end
- warn("CODE: " .. code)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement