|
| 03 Aug 2015 12:52 PM |
local Player = game.Players.LocalPlayer Character = Player.Character Mouse = Player:GetMouse()
function BALLON(key) key = key:lower() if key == "b" then local d = game.Player.LocalPlayer.Character for i=1, #d do if (d[i].className == "Hat") then d[i].Handle.Mesh.VertexColor = Color3.new (0,0,0) wait(5)--For how long until it changes back. d[i].Handle.Mesh.VertexColor=Color3.new(1,1,1)
Mouse.KeyDown:connect(BALLON) HOW DO I FIX THISS |
|
|
| Report Abuse |
|
|
|
| 03 Aug 2015 12:57 PM |
keydown is deprecated
8BitDeveloping ~ Scripter ~ Game Design Forumer |
|
|
| Report Abuse |
|
|
|
| 03 Aug 2015 12:59 PM |
what do umean by depricated
Love Elec :) |
|
|
| Report Abuse |
|
|
|
| 03 Aug 2015 01:00 PM |
it shouldnt be used anymore
8BitDeveloping ~ Scripter ~ Game Design Forumer |
|
|
| Report Abuse |
|
|
| |
|
|
| 03 Aug 2015 01:14 PM |
| wiki.roblox.com/index.php?title=API:Class/UserInputService/InputBegan |
|
|
| Report Abuse |
|
|
|
| 03 Aug 2015 01:20 PM |
| can u help me fix my scrpt? |
|
|
| Report Abuse |
|
|
Fudaki
|
  |
| Joined: 13 Jun 2015 |
| Total Posts: 198 |
|
|
| 03 Aug 2015 01:50 PM |
| Skid fix it your self lol I obviously sees the problem |
|
|
| Report Abuse |
|
|
Burglered
|
  |
| Joined: 14 Jul 2011 |
| Total Posts: 962 |
|
|
| 03 Aug 2015 01:52 PM |
I see the problem :P. It uh, how should I put this, it has to do with the d
EnergyDrink.dll is missing or has been corrupted. |
|
|
| Report Abuse |
|
|
|
| 03 Aug 2015 02:13 PM |
| WHAT DO U MEAN HOW DO I FIX THE D |
|
|
| Report Abuse |
|
|
|
| 03 Aug 2015 02:17 PM |
| Well play with it and find out ( ͡° ͜ʖ ͡°) |
|
|
| Report Abuse |
|
|