#Help Me :=(

31 messages · Page 1 of 1 (latest)

finite moat
#

I Need a code that Like Who ever joins game him character will show up in a part can anyone help me lol

slim current
#

wdym

finite moat
#

like

wet fossil
finite moat
#

when a play joins game i want to get him character to part

urban gate
#

Where your code

#

No code no help pensivecowboy

finite moat
#

i have a cod

#

code

wet fossil
#

use Player.CharacterAdded and change its CFrame

urban gate
finite moat
#

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

wet fossil
#

why you have two times the same thing

finite moat
#

i tried it lol

#

not working this time tho lol

tawdry caveBOT
#

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

finite moat
#

Am I Doing A Wrong thing?

slim current
#

in his one

#

player character nothing is defined

finite moat
#

wdym?

finite moat
# slim current send whoel script

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)

finite moat
#

yes

#

what i need to do?