Hey everyone, I cant figure out how I would script a Load in system were the players camera would be looking from a parts face and then when they press a button they are spawned into the game with a tool.
any ideas?
Hey everyone, I cant figure out how I would script a Load in system were the players camera would be looking from a parts face and then when they press a button they are spawned into the game with a tool.
any ideas?
That’s pretty basic if you searched about it, you would easily find it.
Through a local script
set the CameraType
for Scriptable
, and then Set the Camera’s CFrame
to the Part’s CFrame
then whenever the player clicks on a button (detect that with MouseButton1Click
event) set the CameraType
to Custom
then fire a RemoteEvent
to server and through the server script
clone the tool from anywhere (ex. ServerStorage) and parent it to the player’s backpack
.