|
| 17 Jan 2015 03:57 PM |
It's starting to annoy me like Limited Simulator 1 did
I learn fast so, after making games I start to dislike them because I learned how to make things more efficiently
It's only been like a week and I already think Limited Simulator 2 is horrible
I probably won't make another one cause people are gonna say I'm just continuing the 'series' for robux, & I'll end up disliking it after a while anyways if I remake it.
What I want to do rn is make a new game, but I need an idea
( my Nephew is here talking to Siri & it's real annoying she keep saying 'Armani, get serious! Ha ha!' )
offer on 150k |
|
|
| Report Abuse |
|
|
Kignis
|
  |
| Joined: 15 May 2012 |
| Total Posts: 28527 |
|
|
| 17 Jan 2015 03:58 PM |
What you are doing right now is practicing
this is how you become a professional scripter |
|
|
| Report Abuse |
|
|
|
| 17 Jan 2015 04:12 PM |
^script you asked for
function FindDistance(Item1,Item2) local Distance = (Item1.Position - Item2.Position).magnitude return Distance end
function Pull(Hole,Item) local Drag = Instance.new('RocketPropulsion',Item) Drag.Target = Hole Drag.Name = 'Pull' Drag:Fire() Item:BreakJoints() end
for i,v in pairs(workspace:GetChildren()) do if v:IsA('BasePart') and not v.Anchored and FindDistance(script.Parent,v) < 5000 then print(v.Name) Pull(script.Parent,v) end end
script.Parent.Touched:connect(function(hit) return hit:findFirstChild('Pull') and hit:Destroy() end)
|
|
|
| Report Abuse |
|
|
|
| 17 Jan 2015 04:15 PM |
| where it says 5000 change that to 50 did that for testing mb |
|
|
| Report Abuse |
|
|
Kignis
|
  |
| Joined: 15 May 2012 |
| Total Posts: 28527 |
|
|
| 17 Jan 2015 04:16 PM |
| umm i put in a script in a brick and it doesnt work for some reason |
|
|
| Report Abuse |
|
|
ReaIz
|
  |
| Joined: 06 May 2012 |
| Total Posts: 45800 |
|
|
| 17 Jan 2015 04:16 PM |
i lost like, about half a hundred robux at LS2
cuz random unreleased limited is broken
it just said
Limited of the Unreleased Limited
it was unwearable/unsellable
qq
~ReaIz~ [ROBUX: R$2] [RAP: 343,296] |
|
|
| Report Abuse |
|
|
Shinyzz
|
  |
| Joined: 26 May 2010 |
| Total Posts: 38504 |
|
|
| 17 Jan 2015 04:16 PM |
| Verb,I need help making a game that could be succesful. |
|
|
| Report Abuse |
|
|
|
| 17 Jan 2015 04:18 PM |
function FindDistance(Item1,Item2) local Distance = (Item1.Position - Item2.Position).magnitude return Distance end
function Pull(Hole,Item) local Drag = Instance.new('RocketPropulsion',Item) Drag.Target = Hole Drag.Name = 'Pull' Drag:Fire() Item:BreakJoints() end
workspace.ChildAdded:connect(function(child) if child:IsA('BasePart') and not child.Anchored and FindDistance(script.Parent,child) < 50 then Pull(script.Parent,child) end end)
wait(5)
for i,v in pairs(workspace:GetChildren()) do if v:IsA('BasePart') and not v.Anchored and FindDistance(script.Parent,v) < 50 then Pull(script.Parent,v) end end
script.Parent.Touched:connect(function(hit) return hit:findFirstChild('Pull') and hit:Destroy() end)
|
|
|
| Report Abuse |
|
|
|
| 17 Jan 2015 04:19 PM |
@realz
it was probably a limited with a name that roblox blocks
ik i manually uploaded a limited with a bad word & it did that
@shinyzz i dont like to work w/ ppl |
|
|
| Report Abuse |
|
|
Kignis
|
  |
| Joined: 15 May 2012 |
| Total Posts: 28527 |
|
|
| 17 Jan 2015 04:20 PM |
| when it touches, the black hole brick deletes itself too lol |
|
|
| Report Abuse |
|
|
Kignis
|
  |
| Joined: 15 May 2012 |
| Total Posts: 28527 |
|
| |
|
|
| 17 Jan 2015 04:22 PM |
| that's cause the black hole brick is unanchored, make it anchored & it won't remove itself |
|
|
| Report Abuse |
|
|
Kignis
|
  |
| Joined: 15 May 2012 |
| Total Posts: 28527 |
|
| |
|
Sinblade
|
  |
| Joined: 14 Aug 2010 |
| Total Posts: 2782 |
|
|
| 17 Jan 2015 04:25 PM |
I have a good game idea, but I just don't want to give it away :p
hi |
|
|
| Report Abuse |
|
|
oventop
|
  |
| Joined: 17 Oct 2010 |
| Total Posts: 56959 |
|
|
| 17 Jan 2015 04:26 PM |
ono
pls stick with lim sim 2
there r ways to make it better |
|
|
| Report Abuse |
|
|
Kignis
|
  |
| Joined: 15 May 2012 |
| Total Posts: 28527 |
|
| |
|
|
| 17 Jan 2015 04:29 PM |
@oventop id need to completely rescript it or itd hurt my head just looking at it
@kignis na |
|
|
| Report Abuse |
|
|
Kignis
|
  |
| Joined: 15 May 2012 |
| Total Posts: 28527 |
|
|
| 17 Jan 2015 04:30 PM |
verbal this is why i love u1!!
and btw if u need another idea
go for a game like Clash of Clans
make it something like that, since u can script the gems and stuff |
|
|
| Report Abuse |
|
|
ReaIz
|
  |
| Joined: 06 May 2012 |
| Total Posts: 45800 |
|
|
| 17 Jan 2015 04:31 PM |
IT WAS KNIGHTMARE...
~ReaIz~ [ROBUX: R$2] [RAP: 343,296] |
|
|
| Report Abuse |
|
|
|
| 17 Jan 2015 04:35 PM |
o idk
& na i dont like clan/war games rly |
|
|
| Report Abuse |
|
|
|
| 17 Jan 2015 04:36 PM |
there are a few people taking a lot of ideas from my limited simulator while making their own version tho
if one of them gains popularity ( one of the ones that copy basically everything from mine ) i'll make a 3rd one just cause |
|
|
| Report Abuse |
|
|
| |
|
Kignis
|
  |
| Joined: 15 May 2012 |
| Total Posts: 28527 |
|
|
| 17 Jan 2015 04:38 PM |
I got it! dude
make limited simulator tycoon
heres what i mean:
make it exactly like clash of clans, without the clash, and more limiteds!!
make exlir tickets, make coins robux!!
dude this could be amazing |
|
|
| Report Abuse |
|
|
|
| 17 Jan 2015 04:41 PM |
A lmad card game simulator have pic of famous lmaders on cards and have some kind of concept i think thats a pretty good idea.
-ImagineASiggyHere |
|
|
| Report Abuse |
|
|
|
| 17 Jan 2015 04:44 PM |
| i feel like making a game dedicated to LMaD with pictures of a bunch of LMaDers and giving them a value would be d-riding on a next level lol |
|
|
| Report Abuse |
|
|