|
| 17 Jun 2017 07:58 PM |
script.Parent.Touched:Connect(function(h) Player= h.Parent:GetPlayerFromCharacter() if Player.TeamColor==BrickColor.new("Bright red") then print("hi") end end)
ik the problem is with player, any help? |
|
|
| Report Abuse |
|
|
|
| 17 Jun 2017 08:00 PM |
| It 𝑓𝑢𝑐𝑘𝑖𝑛𝑔 looks right lol |
|
|
| Report Abuse |
|
|
|
| 17 Jun 2017 08:01 PM |
| Add me with teamcreate and I'll fix it :D |
|
|
| Report Abuse |
|
|
| |
|
|
| 17 Jun 2017 08:02 PM |
local player = game.Players:GetPlayerFromCharacter(character) script.Parent.Touched:Connect(function(h) local player = game.Players:GetPlayerFromCharacter(h.Parent) if Player and Player.TeamColor==BrickColor.new("Bright red") then print("hi") end end)
|
|
|
| Report Abuse |
|
|
| |
|
|
| 17 Jun 2017 08:02 PM |
script.Parent.Touched:Connect(function(h) local player = game.Players:GetPlayerFromCharacter(h.Parent) if Player and Player.TeamColor==BrickColor.new("Bright red") then print("hi") end end)
lol there
|
|
|
| Report Abuse |
|
|
|
| 17 Jun 2017 08:02 PM |
| Dude... that's 𝑓𝑢𝑐𝑘𝑖𝑛𝑔 wrong |
|
|
| Report Abuse |
|
|
|
| 17 Jun 2017 08:03 PM |
Now that's 𝑓𝑢𝑐𝑘𝑖𝑛𝑔 right! Be sure to 𝑓𝑢𝑐𝑘𝑖𝑛𝑔 copy 𝑓𝑢𝑐𝑘𝑖𝑛𝑔 :D
|
|
|
| Report Abuse |
|
|
|
| 17 Jun 2017 08:04 PM |
script.Parent.Touched:connect(function(part) h = part.Parent:FindFirstChild("Humanoid") if~=nil then Player= game.Players:GetPlayerFromCharacter(h.Parent) if Player and Player.TeamColor==BrickColor.new("Bright red") then print("hi") end end end) |
|
|
| Report Abuse |
|
|
|
| 17 Jun 2017 08:05 PM |
Even more 𝑓𝑢𝑐𝑘𝑖𝑛𝑔 right lol
𝑓𝑢𝑐𝑘𝑖𝑛𝑔 COPY THAT |
|
|
| Report Abuse |
|
|
litalela
|
  |
| Joined: 30 Mar 2010 |
| Total Posts: 6267 |
|
| |
|
| |
|