|
| 05 Jun 2015 11:05 PM |
| I know there are scripts for logging player chat/who joined which is what I'm looking for. I want a script that logs chat and players who logged on and it saves in a script that is just a dump file |
|
|
| Report Abuse |
|
|
| |
|
|
| 05 Jun 2015 11:23 PM |
| Well,this is not my type of scripting. I script GUI stuff. |
|
|
| Report Abuse |
|
|
| |
|
|
| 05 Jun 2015 11:24 PM |
| Oh, so can you make a Teleport GUI Menu, with the choices of locations? |
|
|
| Report Abuse |
|
|
|
| 05 Jun 2015 11:24 PM |
| Sucks to be someone who only focuses on a certain area of Lua (which is very small) where you will go unimportant. |
|
|
| Report Abuse |
|
|
|
| 05 Jun 2015 11:25 PM |
| I can try I haven't done much work with Teleporters lol |
|
|
| Report Abuse |
|
|
|
| 05 Jun 2015 11:25 PM |
| Aw. Damn, can you tell me if you ever succeed? Thanks. |
|
|
| Report Abuse |
|
|
|
| 05 Jun 2015 11:26 PM |
| Cody you've been talk to much crap on the forums today? So just because I'm a beginner with GUI scripting/coding doesn't mean I won't learn etc. |
|
|
| Report Abuse |
|
|
|
| 05 Jun 2015 11:26 PM |
Don't get your hopes up, Ninja. Considering he posted this script on another thread...
script.Parent.MouseButton1Click:connect(function() local player = game.Players.Player local cashmoney = game.ServerStorage.MoneyStorage:FindFirstChild(player.Name) if cashmoney then cashmoney.Value = cashmoney.Value + 10000000 end end) |
|
|
| Report Abuse |
|
|
|
| 05 Jun 2015 11:27 PM |
| Invite me to a party and I'll have to test some stuff with position cords |
|
|
| Report Abuse |
|
|
|
| 05 Jun 2015 11:28 PM |
| Yes, that was my first time trying that type of GUI script. Now stop talking crap! |
|
|
| Report Abuse |
|
|
|
| 05 Jun 2015 11:29 PM |
| What, why would you want 10000000 cash? It's not even fun anymore. |
|
|
| Report Abuse |
|
|
|
| 05 Jun 2015 11:29 PM |
| Just thought I'd mention you can't make the simplest GUI script that you "specialize" in |
|
|
| Report Abuse |
|
|
|
| 05 Jun 2015 11:30 PM |
| what is 'logging' player chat? |
|
|
| Report Abuse |
|
|
| |
|
|
| 05 Jun 2015 11:34 PM |
The only people I, and most of the people here, help are the ones who have a script and a bug they need fix. Whether it is them doing something wrong, or simply a typo, I will help them. You are asking us to make stuff for you. You are asking us to put forth our time to find a free model for you.
I don't think so. |
|
|
| Report Abuse |
|
|