Advertisement
teotv202

roblox "fix camera when use some fe size scripts" script

Jul 14th, 2019
1,204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. local remote = NLS ([==[
  2. print("Camera Has Been Fixed")
  3. while wait() do
  4. game:GetService("Workspace").CurrentCamera.CameraSubject = owner.Character.Head
  5. end
  6. ]==], owner.Character):WaitForChild 'ServerRemote';
  7. mouse = owner:GetMouse ();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement