#Lobby system help.

1 messages · Page 1 of 1 (latest)

sharp river
#

so i have a lobby system thing but my game is locked on first person. i want it to be so when i enter the lobby theres a 3rd person perspective. ive searched long and far and i have absolutely NO idea on how to fix it.

#

the 2 floating bricks are the camera parts

agile orchid
#

you will also need to change the minzoomdistance so they dont stay on first person even with classic mode

#

you can change their camera mode by

local player = game.Players.LocalPlayer
player.CameraMode = Enum.CameraMode.Classic```
young elbow
#

BUT WHEN IIIII WIN A 50v1 I GET NEGATIVE 10,000 AUREHHH

#

WOWWWW

#

I SEE HOW IT IS

sharp river
#

this is weird

agile orchid
sharp river
#

i cant zoom out tho

agile orchid
sharp river
#

wdym in game?

young elbow
wet muskBOT
#

studio** You are now Level 1! **studio

sharp river
#

you mean on roblox

#

or on studio

agile orchid
#

nono

agile orchid
sharp river
agile orchid
#

it wont work

#

you need to change the player exactly

#

starterplayer is just a folder that will be replicated to each player

#

when they join

#

u gotta change their mode when they enter your queue thing

sharp river
#

and how do i do that

agile orchid
sharp river
agile orchid
#

wait nvm

#

that will not work

#

because it is a queue system

#

you will need to find a way to get the player

#

because i dont know your queue code

#

but when you find the player you just need to do

player.CameraMode = Enum.CameraMode.Classic

#

are you new to scripting?

sharp river
#

i am new

#

and how do i find the player?

umbral rivet
# sharp river and how do i find the player?

If your queue system has a function like touched or idk triggered used for proximity prompt then you can get the player by making a parameter of the player like this: part.Touched:Connect(function(hit, player)

#

Or proximityprompt.Triggered:Connect(function(player)

sharp river
#

but rn im going to bed

umbral rivet
sharp river
#

so It will have to wait if you want more info

umbral rivet
sharp river