#No charakter ingame

1 messages · Page 1 of 1 (latest)

candid tusk
#

Turn off auto load?

#

And then do Player:ResetCharacter() or whatever it is

#

:LoadCharacter()

fossil bay
candid tusk
#

Players

#

Should be a CharacterAutoLoads

fossil bay
#

thanks

fossil bay
#

Doesnt work really because I made a camera script and that combined doesnt work

candid tusk
#

Where is the script stored?

fossil bay
#

local camera = game.Workspace.CurrentCamera

function UpdateCamera()
    camera.CFrame = game.Workspace.MenuCamera.CFrame
end
game:GetService("RunService").RenderStepped:Connect(UpdateCamera)
script.Parent.MainFrame.Play.MouseButton1Down:Connect(function() 
    workspace.Sound:WaitForChild("Click"):Play()
    
    camera.CameraType = Enum.CameraType.Custom
    script.Parent.MainFrame.Visible = false
    script.Enabled = false
    
end)```
#

thats the camera + playbutton script

candid tusk
#

Then it'll never run

#

In this case just load character

#

But put it far far away

#

And then make it useable after press

fossil bay
#

ok...

candid tusk
#

There's lots of ways to do it

#

But turning auto load off means you have to deal with the GUI in a different manner

#

Just a bit more off a hassle