Advertisement
Guest User

tela esticada v4

a guest
May 9th, 2025
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. getgenv().Resolution = { [".gg/scripters"] = 0.65 }
  2.  
  3. local Camera = workspace.CurrentCamera
  4.  
  5. if getgenv().gg_scripters == nil then
  6.  
  7. game:GetService("RunService").RenderStepped:Connect(
  8.  
  9. function()
  10.  
  11. Camera.CFrame = Camera.CFrame * CFrame.new(0, 0, 0, 1, 0, 0, 0, getgenv().Resolution [".gg/scripters"], 0, 0, 0, 1)
  12.  
  13. end
  14.  
  15. )
  16.  
  17. end
  18.  
  19. getgenv().gg_scripters = "Aori0001"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement