|
How do i make me (Owner) ave my own startercharacter, yes. I already know how to make one but i only want it for "Robloxinaterr" |
|
|
ghghghhghghhg what do you know really tho |
|
|
|
You're not worthy of my help.
|
|
|
Basically make a 'player added' function so when someone enters the game your code will check if their user id is the same as your name and then if it is, give them the certain items. |
|
|
@skal write me a script please, i'll pay. |
|
l3aitedJoin Date: 2016-12-19 Post Count: 8176 |
I'll make one
|
|
WaffloidJoin Date: 2011-07-14 Post Count: 1606 |
you gotta pay me |
|
|
oh oh yeah oh help help yeah oh |
|
|
hi, first one to do this gets 40 robux. |
|
|
LeafDoodeJoin Date: 2017-05-29 Post Count: 3094 |
game.Players.PlayerAdded:connect(function(player)
if player.Name == "Robloxinaterr" then
print("owner is in the game")
end
end) |
|
|
@leaf where's the part where i put in the startercharacter name ? |
|
LeafDoodeJoin Date: 2017-05-29 Post Count: 3094 |
what do you mean... |
|
|
@leaf i mean how would i load the startercharacter for just me and no one else.
just reread what i said, i don't think u understand. |
|
LeafDoodeJoin Date: 2017-05-29 Post Count: 3094 |
so you mean you want to load the starter character scripts only for you? |
|
|
|
LeafDoodeJoin Date: 2017-05-29 Post Count: 3094 |
lol |
|
|
|
|
|
while wait() do
if script.Parent.Name == "loomis0523BC" then
print"ITS YOU"
end
end
it will keep printing "ITS YOU" because its a while true do fuction
Now how bout hire me
btw put in StarterCharacterScripts |
|
|
make this a localscript or script? |
|
|
local and put your code where I put Print"" at like
script.Parent.Main.Disabled = false |
|