Author Topic: Roblox Thread of Let's Keep It In One - HOLIDAYS  (Read 53043 times)

im in love with this pathfinding
its so easy and smooth and awesome and <333333333333333
does this mean rpg's can finally have interesting enemies and not just run straight at you and die ones now?

does this mean rpg's can finally have interesting enemies and not just run straight at you and die ones now?
if the developers actually give a stuff probably

Guys I have R$101,000 and I could get OBC and cash out for $200 again, or should I wait and try to make more? I can do it since there will be a big sale in early August and maybe double what I have now.
You should gimme some R$

hey guys remember that guest defense place that used the one BL face and was actually kinda good?

Yeah it isnt good anymore.
Like why the forget would you sell this
and the sad thing is two people bought it already.

they're trying to rip off people for digital currency with words that aren't spelled correctly


im making a little pathfinding demo right now
it calculates the best spot from your torso to a spot on the map
could be useful for RPGs

EDIT:
im making a little pathfinding demo right now
it calculates the best spot from your torso to a spot on the map
could be useful for RPGs

EDIT: here it is if anyone wants to visit it

the code:
Code: [Select]
player = game.Players.LocalPlayer
char = game.Workspace:WaitForChild(player.Name)
start = char.Torso
endpoint = game.Workspace.endpart

while wait() do
path = game:GetService("PathfindingService"):ComputeRawPathAsync(start.Position, endpoint.Position,512)
points = path:GetPointCoordinates()
game.Workspace.points:ClearAllChildren()
print(path.Status)
for i = 1, #points do
part = Instance.new("Part")

part.BrickColor = BrickColor.random()
part.FormFactor = Enum.FormFactor.Symmetric
part.Parent = game.Workspace.points
part.Transparency = math.random(0.1,1)
part.Size = Vector3.new(1, 1, 1)
part.Anchored = true
part.CanCollide = false
part.Position = points[i]
end
end

this also assumes you have it in a local script inside of the player's backpack/tool or w/e and you have a model in workspace called 'points'
« Last Edit: July 31, 2014, 05:45:50 PM by ZombieDude² »


I'll be donating 100 R$ to 3 people on this thread who PM me links to their tshirts for 100 R$!

aaaand the script doesnt work in multiplayer
how amazing

aaaand the script doesnt work in multiplayer
how amazing
make it uncopylocked

I wonder if roblox forums has a blockland thread

I wonder if roblox forums has a blockland thread
nah
they dont do megathreads

I wonder if roblox forums has a blockland thread

On Off Topic they have had a few, including Shedletsky (formally Telamon) talking about Blockland and comparing it to Minecraft. Shedletsky is a major jerk, by the way he has retired as their Creative Director and is planning on making his own company.

On Off Topic they have had a few, including Shedletsky (formally Telamon) talking about Blockland and comparing it to Minecraft. Shedletsky is a major jerk, by the way he has retired as their Creative Director and is planning on making his own company.
they actually compared blockland to minecraft? what a bunch of idiots.