|
| 23 Jul 2016 03:27 PM |
https://youtu.be/KZsrbH74-uU?t=11m48s
|
|
|
| Report Abuse |
|
|
RobuxLife
|
  |
| Joined: 19 Sep 2012 |
| Total Posts: 13336 |
|
|
| 23 Jul 2016 03:27 PM |
You must use ImageLabels. Which, are basically hand drawn GUI's that you can make in studio.
|
|
|
| Report Abuse |
|
|
|
| 23 Jul 2016 03:29 PM |
that feeling when some guy thinks you don't know scripting at all when you ask how to do something complex
|
|
|
| Report Abuse |
|
|
RobuxLife
|
  |
| Joined: 19 Sep 2012 |
| Total Posts: 13336 |
|
|
| 23 Jul 2016 03:30 PM |
I am sorry. Elaborate next time.
|
|
|
| Report Abuse |
|
|
|
| 23 Jul 2016 03:32 PM |
Look at the video, you see the triangle thingy popping out of the bubble? I want to know how he made it follow the head of the npc like that
|
|
|
| Report Abuse |
|
|
Kodran
|
  |
| Joined: 15 Aug 2013 |
| Total Posts: 5330 |
|
|
| 23 Jul 2016 03:39 PM |
http://wiki.roblox.com/index.php?title=API:Class/Camera/WorldToScreenPoint
Use the npc's head. Then find 3 points of a triangle that would look good there and use this:
http://wiki.roblox.com/index.php?title=2D_triangles |
|
|
| Report Abuse |
|
|
|
| 23 Jul 2016 03:43 PM |
Is it just me getting the 502 Bad Gateway error when I try to get into the wiki?
|
|
|
| Report Abuse |
|
|
Kodran
|
  |
| Joined: 15 Aug 2013 |
| Total Posts: 5330 |
|
|
| 23 Jul 2016 03:45 PM |
| click the link then delete the s in https then press enter. |
|
|
| Report Abuse |
|
|
|
| 23 Jul 2016 04:46 PM |
Everything is working fine except I've run into a problem, how do I get the right edge of the screen? For example the position of the left edge is Vector2.new(0,y) but what is the right edge Vector2.new(???,y)?
|
|
|
| Report Abuse |
|
|
Kodran
|
  |
| Joined: 15 Aug 2013 |
| Total Posts: 5330 |
|
|
| 23 Jul 2016 06:20 PM |
Not sure why you would need it but the size of the screen can be found using the mouse
local p = game.Players.LocalPlayer local mouse = p:GetMouse()
local screenSizeX = mouse.ViewSizeX local screenSizeY = mouse.ViewSizeY |
|
|
| Report Abuse |
|
|
| |
|
|
| 23 Jul 2016 09:10 PM |
consider making a good game?
|
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 23 Jul 2016 09:50 PM |
| Oh god,how does that guy have so many subs when his mic doesn't even work.I can literally hear buzzing coming from his mic. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
|
| 23 Jul 2016 10:41 PM |
I can't because you don't have any games at all
|
|
|
| Report Abuse |
|
|
| |
|
| |
|