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

Help Me With This Script?

Asked by 9 years ago

I Was Follow The Wiki Of A CutScene And It Won't Work Any Help??? This One Is The Script The Puts A Local Script Into The Player

game.Players.PlayerAdded:connect(function(player)
    player.CharacterAdded:connect(function(character)
        script.LocalScript:clone().Parent = character
    end)
end)

And This One Is The Local Script

local cam = workspace.CurrentCamera
cam.CameraType = Scriptable
while true do
cam.CameraSubject = workspace.YourCam
wait(.1)
end
0
Lol, the 'LocalScript' isn't really supposed to be put in the Character, it should be in the Player, you silly billy. :) TheeDeathCaster 2368 — 9y
0
Then Check The Wiki >.> Anthony9960 210 — 9y

Answer this question