RT
ROBLOX TIPSβ€’3mo ago
Anon

need scripting help!!! - Roblox Forum

hey guys so i need scripting help: this script only works if the player already has a shirt and/or pants on upon joining the game, and idk how to fix. my avatar is a pea**, thus doesnt have a shirt or pants on so it's not working and ive tried to fix it by adding some stuff that detects whether the player is wearing a shirt or not but it doesnt work and i dont know why. everything seems correct...? the highlighted stuff is my "solution that didn't really work and i only see: Pants is not a valid member of Model "Workspace.fifiinthechat" help, ty !! <3 [CODE lang="lua" title="script to wear stuff on mannequin" highlight="13-24"]local mannequin = script.Parent local pantsAndShirt = mannequin.pants local arms = mannequin.Clothing local shirt = 0 local pants = 0 local clickDetector = Instance.new("ClickDetector") clickDetector.Parent = mannequin clickDetector.MouseClick:Connect(function(player) local character = player.Character local function findClothing() shirt = character:FindFirstChild("Shirt") pants = character:FindFirstChild("Pants") if shirt == 0 then Instance.new("Shirt", character) end if pants == 0 then Instance.new("Pants", character) end end character.Pants.PantsTemplate = pantsAndShirt.PantsTemplate character.Shirt.ShirtTemplate = arms.ShirtTemplate end) [/CODE] πŸ’ŽπŸ’ŽπŸ’ŽFree ROBUXπŸ’ŽπŸ’ŽπŸ’Ž
3 Replies
Anon
AnonOPβ€’3mo ago
i really wanted to script but i don't know WHAT TO SCRIPT πŸ’ŽπŸ’ŽπŸ’ŽFree ROBUXπŸ’ŽπŸ’ŽπŸ’Ž
Anon
AnonOPβ€’3mo ago
wait did i post this in the wrong category? should i have posted it as a question? πŸ’ŽπŸ’ŽπŸ’ŽFree ROBUXπŸ’ŽπŸ’ŽπŸ’Ž
Anon
AnonOPβ€’3mo ago
some of the stuff i horribly drew - Roblox Forum - ROBLOX FORUM QA
some were too hard, but i finished some of these MS Paint sometimes does dumb stuff and messes the fill tool up so i had to manually draw the things full cookie's kid chad (messed up the face):

Rukreep's bumpty:

DrBodie's depressed golem (doesnt look depressed tho): …
Rate my phone Specs - Roblox Forum - ROBLOX FORUM QA
i'm not showing my pc specs maybe i can show but no,because my pc has very low specs Xiaomi redmi note 5 (Used) (Payed : 600) πŸ’ŽπŸ’ŽπŸ’ŽFree ROBUXπŸ’ŽπŸ’ŽπŸ’Ž
"Those" Candy blossom owners for some reason: - Grow a Garden - Gro...
Likely satire but the ideas of it are real, "those" candy blossom owners are a huge problem πŸ’ŽπŸ’ŽπŸ’ŽFree ROBUXπŸ’ŽπŸ’ŽπŸ’Ž

Did you find this page helpful?