generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Game Creation and Development » Scripters
Home Search
 

Re: Script doesn't work correctly

Previous Thread :: Next Thread 
DanPai is online. DanPai
Joined: 03 Jun 2016
Total Posts: 355
21 Oct 2017 06:32 PM
This script is supposed to give you a uniform when you touch a button but it gives everyone the uniform when one person touches it. local RemoteEvents = game:GetService("ReplicatedStorage"):WaitForChild("UniformEvents") local Give = RemoteEvents:WaitForChild("UTouch") debounce = false a = game.workspace.ShirtGiver.Button Shirtid = ############################################ Give.OnServerEvent:connect(function(player) local char = player.Character a.BrickColor = BrickColor.new("Deep orange") repeat wait() until char.Shirt char.Shirt:Destroy() local ashirt = Instance.new("Shirt") ashirt.ShirtTemplate = Shirtid ashirt.Name = "BaristaShirt" ashirt.Parent = char wait(1) a.BrickColor = BrickColor.new("Electric blue") end)
Report Abuse
DanPai is online. DanPai
Joined: 03 Jun 2016
Total Posts: 355
21 Oct 2017 06:35 PM
local RemoteEvents = game:GetService("ReplicatedStorage"):WaitForChild("UniformEvents")
local Give = RemoteEvents:WaitForChild("UTouch")
debounce = false
a = game.workspace.ShirtGiver.Button
Shirtid = "ugh"

Give.OnServerEvent:connect(function(player)
local char = player.Character
a.BrickColor = BrickColor.new("Deep orange")
repeat wait() until char.Shirt
char.Shirt:Destroy()
local ashirt = Instance.new("Shirt")
ashirt.ShirtTemplate = Shirtid
ashirt.Name = "BaristaShirt"
ashirt.Parent = char
wait(1)
a.BrickColor = BrickColor.new("Electric blue")
end)







Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripters
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image