|
| 17 Sep 2016 01:44 PM |
| Tired of getting 'Bad request', so posting this to hope it works, also title. |
|
|
| Report Abuse |
|
|
Monadic
|
  |
| Joined: 03 Aug 2016 |
| Total Posts: 731 |
|
| |
|
|
| 17 Sep 2016 01:47 PM |
| 'Try making it better' get out, I need help not useless information. |
|
|
| Report Abuse |
|
|
Monadic
|
  |
| Joined: 03 Aug 2016 |
| Total Posts: 731 |
|
|
| 17 Sep 2016 01:49 PM |
Your mother is useless information. But I'm pretty sure you already knew that since it's useless information. |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 17 Sep 2016 01:50 PM |
@lua what are you doing exactly?
|
|
|
| Report Abuse |
|
|
Quebankus
|
  |
| Joined: 25 Aug 2011 |
| Total Posts: 846 |
|
|
| 17 Sep 2016 01:51 PM |
| That is the circumstances for the "Bad request"? I don't what that error is. |
|
|
| Report Abuse |
|
|
Monadic
|
  |
| Joined: 03 Aug 2016 |
| Total Posts: 731 |
|
|
| 17 Sep 2016 01:51 PM |
He's trying to focus on something. But he can't cause he's constipated. |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
| |
|
|
| 17 Sep 2016 01:52 PM |
I can't post the script because Roblox is being stupid, but I'm doing an AI unit where I want the object to take priority.
|
|
|
| Report Abuse |
|
|
Monadic
|
  |
| Joined: 03 Aug 2016 |
| Total Posts: 731 |
|
|
| 17 Sep 2016 01:53 PM |
| Or maybe you're the one that's stupid. |
|
|
| Report Abuse |
|
|
Quebankus
|
  |
| Joined: 25 Aug 2011 |
| Total Posts: 846 |
|
|
| 17 Sep 2016 01:54 PM |
| I still don't really understand. Priority on what. Priority OVER what? |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
| |
|
|
| 17 Sep 2016 01:56 PM |
Here @Monadic you seem to have a problem, do you need to talk about it? Because you wasting your time to personally attack someone is sad, look i'm not going to acknowledge you nor do I really care about you. But if you need help, don't attack someone you can just message someone and ask to talk... i'm here if you do need to talk. <3
Also @Time got any ideas other then pastebin, I've had bad run-ins with it... way too many times. |
|
|
| Report Abuse |
|
|
|
| 17 Sep 2016 01:58 PM |
| @Quebankus I want a part with a specific name to take priority over the player, but its not ALWAYS in the game, only appears when requested (randomly.) |
|
|
| Report Abuse |
|
|
Monadic
|
  |
| Joined: 03 Aug 2016 |
| Total Posts: 731 |
|
|
| 17 Sep 2016 01:58 PM |
Here @Monadic you seem to have a problem, do you need to talk about it? Because you wasting your time to personally attack someone is sad, look i'm not going to acknowledge you nor do I really care about you. But if you need help, don't attack someone you can just message someone and ask to talk... i'm here if you do need to talk. <3
Also @Time got any ideas other then pastebin, I've had bad run-ins with it... way too many times. |
|
|
| Report Abuse |
|
|
| |
|
Monadic
|
  |
| Joined: 03 Aug 2016 |
| Total Posts: 731 |
|
| |
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 17 Sep 2016 02:04 PM |
@lua just post it like this please:
pastebin . com /WVJ99HGp
|
|
|
| Report Abuse |
|
|
Monadic
|
  |
| Joined: 03 Aug 2016 |
| Total Posts: 731 |
|
|
| 17 Sep 2016 02:06 PM |
Time and his offsite links. Waiting for banishment. |
|
|
| Report Abuse |
|
|
Quebankus
|
  |
| Joined: 25 Aug 2011 |
| Total Posts: 846 |
|
|
| 17 Sep 2016 02:13 PM |
Please upload the code in a free model, we will all understand better how to help you.
But if I understand, you want to find a part that may have the same name as the player but you want to choose the part instead? If correct, look at the following script...
function findPartNotPlayer(plrName) for _,v in pairs(game.Workspace:GetChildren()) do if v.Name == plrName and v:IsA("BasePart") then return v end end
aPartNamedLuaBasicsAndNotHisCharacter = findPartNotPlayer("Lua_Basics") |
|
|
| Report Abuse |
|
|
| |
|
|
| 17 Sep 2016 02:20 PM |
| They also don't re target you if you die, also if there are more then one players they will glitch out if the two are next to each-other. I'm lost at this point of exactly what I should do, thanks time and que for helping/trying to help. |
|
|
| Report Abuse |
|
|
Quebankus
|
  |
| Joined: 25 Aug 2011 |
| Total Posts: 846 |
|
|
| 17 Sep 2016 02:24 PM |
| What you are trying to do is very unclear... Even if I try my best to help you I can't understand what the problem is in your code. |
|
|
| Report Abuse |
|
|
|
| 17 Sep 2016 02:26 PM |
That's my problem too;
1. They don't re-target (AFTER THE PLAYER DIES)
2. Glitch out with more then one target
3. The priority thing doesn't work at all (tested the part thing) |
|
|
| Report Abuse |
|
|
|
| 17 Sep 2016 02:49 PM |
| Just post on here or message me if you fixed or see anything. <3 |
|
|
| Report Abuse |
|
|