Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to create a free cam?

Asked by
ausmel105 140
8 years ago

Hi all,

I remember quite a few years ago one used to be able to recreate a free cam by removing the players character, however that doesn't seem to work anymore.

game.Players.PlayerAdded:connect(function(p)
    p.CharacterAdded:wait()
    wait(0.1)
    p.Character = nil
end)

What should I do now, I'd prefer not to write an entire system that would actually take key inputs and move the camera accordingly. :/

Thanks in advance,

0
Add game.Workspace.CurrentCamera.CameraType = Enum.CameraType.Fixed after nil'ing the Character. M39a9am3R 3210 — 8y

1 answer

Log in to vote
0
Answered by
Lefryn 20
8 years ago

Possibly try removing the character instead of making it nil? I'm not too sure, sorry....

But this might also be because of an admin script in your game.

0
M39a9am3R already solved this, but thanks anyway! ausmel105 140 — 8y
Ad

Answer this question