Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. this needs a C# ui to function
  2.  
  3. local plrs = game:GetService("Players")
  4. local workspc = game:GetService("Workspace")
  5. local myName = plrs.LocalPlayer.Character.Name
  6. local myChar = plrs.LocalPlayer.Character
  7. local usrtofollow = TEXTBOX1.TEXT --this is whats grabbed from the input box on the ui
  8. workspc.CurrentCamera.CameraSubject = workspc:FindFirstChild(usrtofollow)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement