Categories > Exploiting > Scripts >

View Or Spectate Players Command

Posts: 6

Threads: 6

Joined: Sep, 2018

Reputation: 0

Posted

hi I would like a view command where I can see others
  • 0

Posts: 7

Threads: 4

Joined: Sep, 2018

Reputation: 0

Replied

good idea but cant find a script...
  • 0

Posts: 89

Threads: 5

Joined: Apr, 2018

Reputation: 12

Replied

It's very easy to see what others are doing, there is a gameobject called Â Camera in roblox. and the Workspace Service has a property called 

CurrentCamera

. It has the object value of the player's current camera, you just need to change the Â 

CameraSubject

 value of the camera to the player's humanoid you want to watch. so you can just do : (replace target with a player's name)
  • 0

Added

sorry the script wasn't showing up in last post, here s the script :
game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players"):FindFirstChild("Target").Character.Humanoid
  • 0

undefined

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )