Why won't my script for a customized player list work?
Asked by
5 years ago Edited 5 years ago
I was trying to make a player list, and this is the script I made for it. It has no output, and nothing happened. No errors, nothing.
03 | Clone = script.Parent.Example:Clone() |
05 | game:GetService( "Players" ).PlayerAdded:Connect( function () |
06 | Number_Of_Players = Number_Of_Players+ 1 |
07 | Multiply = Number_Of_Players+ 1 |
08 | Clone.Parent = script.Parent |
10 | Clone.Position.Y.Scale = Clone.Position*Multiply |
Can someone tell me what is wrong with the code?