badfitz99
|
  |
| Joined: 01 May 2010 |
| Total Posts: 5854 |
|
|
| 30 May 2014 08:52 PM |
for _, l in pairs(s.Map.d:GetChildren()) do l.Touched:connect(function(player) local human = player.Parent:findFirstChild("Humanoid") if (human ~= nil ) then local check3 = game.Players:findFirstChild(player.Parent.Name) local gui = check3.PlayerGui["Do you want 2 play bb?"].Textbox gui.Text = '66ztifdab: I asked you nicely, why do you proceed to ignore me?!' gui.TextColor3 = Color3.new(1,0,0) gui:TweenPosition(UDim2.new(0, -10,0, 50)) wait(3) repeat gui.Transparency = gui.Transparency + 0.01 wait(0.05) until gui.Transparency == 1 end end) end
When I touch the model (d), nothing happens. Yes I understand this is a very messy/crappy script.
Anything you can do, a Asian kid half your age can do better! 'I am the greatest script in the realm. You can only hope to be as powerful of a script as I am, processing the world, bit by bit.' - Oysi 2014 |
|
|
| Report Abuse |
|
badfitz99
|
  |
| Joined: 01 May 2010 |
| Total Posts: 5854 |
|
|
| 31 May 2014 04:10 AM |
b1
Anything you can do, a Asian kid half your age can do better! 'I am the greatest script in the realm. You can only hope to be as powerful of a script as I am, processing the world, bit by bit.' - Oysi 2014 |
|
|
| Report Abuse |
|
badfitz99
|
  |
| Joined: 01 May 2010 |
| Total Posts: 5854 |
|
|
| 31 May 2014 04:34 AM |
There are no errors.
Anything you can do, a Asian kid half your age can do better! 'I am the greatest script in the realm. You can only hope to be as powerful of a script as I am, processing the world, bit by bit.' - Oysi 2014 |
|
|
| Report Abuse |
|