of     1   

Pyracel
#183746078Tuesday, February 16, 2016 9:03 AM GMT

Beautiful Hair for Beautiful People. How would I make it so that all of the players and their character use this code: local Players = game.Players:GetChildren() local NumPlayers = #Players print(NumPlayers) --I like checking for stuff if NumPlayers > 0 then print(Players.CFrame) Players.Character.Torso.CFrame = CFrame.new(X,Y+5,Z) local Backpack = Players.Backpack local newG = Flux1:clone() newG.Parent = Backpack wait(30) Players.PlayerGui.ScreenGui.Frame.Visible = true Players.Character.Humanoid.Health = 0 end
Pyracel
#183746091Tuesday, February 16, 2016 9:04 AM GMT

Everyone has the same properties and screen guis.
Pyracel
#183746133Tuesday, February 16, 2016 9:10 AM GMT

Bump
Pyracel
#183746381Tuesday, February 16, 2016 9:42 AM GMT

Bump, does anyone know?
Pyracel
#183746580Tuesday, February 16, 2016 9:59 AM GMT

HELLLLLLLLLLLLLLLO
vlekje513
#183748667Tuesday, February 16, 2016 12:04 PM GMT

Not helping you since you were rude to someone trying to help you on the other thread.
Pyracel
#188512455Tuesday, May 03, 2016 10:54 AM GMT

Okay ;-; ??
Deranged_User
#188513089Tuesday, May 03, 2016 11:31 AM GMT

depends how youwant the command to operate, message event, automatic event,or touched event.

    of     1