#Help Me :=(
31 messages · Page 1 of 1 (latest)
wdym
like
when a play joins game i want to get him character to part
use Player.CharacterAdded and change its CFrame
that i writed with chat gpt but it doesnt work
i really dont know how to code lol
but i need for my game
im a blender guy
lol
i writed this code but it doesnt work on my PaperPart
why you have two times the same thing
** You are now Level 1! **
Am I Doing A Wrong thing?
send whoel script
in his one
player character nothing is defined
local PaperPart = script.Parent
function OnPlayerJoin(player)
if player.Character and player.Character:IsA("Model") then
local characterClone = player.Character:Clone()
characterClone.Parent = PaperPart
PaperPart.Transparency = 0
end
end
game.Players.PlayerAdded:Connect(OnPlayerJoin)
this is it?

