|
| 06 Jan 2016 05:45 PM |
?
RAP 1,008,895 | Value 3.5m+ | R$52,318 | Tx3,619 |
|
|
| Report Abuse |
|
|
|
| 06 Jan 2016 05:48 PM |
TweenPosition http://wiki.roblox.com/index.php?title=API:Class/GuiObject/TweenPosition |
|
|
| Report Abuse |
|
|
|
| 06 Jan 2016 05:49 PM |
ty
RAP 1,008,897 | Value 3.5m+ | R$52,318 | Tx3,619 |
|
|
| Report Abuse |
|
|
|
| 06 Jan 2016 05:54 PM |
btw its called method not event
event = object.Event:connect(func)
method = object:Method()
Instance.new("BodyThrust",SenseiWarrior).position = CFrame.new(SenseiWarrior,YourGirlsDMs) |
|
|
| Report Abuse |
|
|
|
| 06 Jan 2016 06:01 PM |
i got confused because both of them use the colon
RAP 1,008,904 | Value 3.5m+ | R$52,318 | Tx3,619 |
|
|
| Report Abuse |
|
|
|
| 06 Jan 2016 06:03 PM |
all u gotta do is know that if u see hsudifgauhbverp:connect() then its an event
Instance.new("BodyThrust",SenseiWarrior).position = CFrame.new(SenseiWarrior,YourGirlsDMs) |
|
|
| Report Abuse |
|
|
|
| 06 Jan 2016 06:06 PM |
game.Players.PlayerAdded:connect(function(plr) local gui = Instance.new('ScreenGui',plr.PlayerGui) local frame2=Instance.new('Frame',gui) local text=Instance.new('TextLabel', frame2) --i have all the properties but it would just take up alot of room wait(6) frame2:TweenPosition(UDim2.new(-1,0,0,0)'Out','Quad',2,false) -- this is line 49 gui:Destroy()
error is Workspace.Leaderboard:49: attempt to call a userdata value
RAP 1,008,904 | Value 3.5m+ | R$52,318 | Tx3,619 |
|
|
| Report Abuse |
|
|
xlaser23
|
  |
| Joined: 10 Dec 2011 |
| Total Posts: 20341 |
|
|
| 06 Jan 2016 06:09 PM |
we dont know line 49
http://www.roblox.com/xla-item?id=290739801http://www.roblox.com/aser-item?id=290739819http://www.roblox.com/23-item?id=290739831 R$1,156 Tx228 (づ ゚ ³ ゚)づ |
|
|
| Report Abuse |
|
|
|
| 06 Jan 2016 06:10 PM |
in the script i said which line it was
RAP 1,186,804 | Value 3.5m+ | R$52,319 | Tx3,619 |
|
|
| Report Abuse |
|
|
|
| 06 Jan 2016 06:18 PM |
Events require you to use the connect method on them, and are indexed as a property of representation for some in-game effect.
Methods require you to first call an object, and then perform the function on them known as a method. Methods are functions, but rather than being global, they are local to the instance you are using it on, meaning that methods are functions within the metatable of the instance.
All events for every instance has the connect method in it's metatable. |
|
|
| Report Abuse |
|
|
|
| 06 Jan 2016 06:19 PM |
you forgot to put a comma before 'Out'
Instance.new("BodyThrust",SenseiWarrior).position = CFrame.new(SenseiWarrior,YourGirlsDMs) |
|
|
| Report Abuse |
|
|
|
| 06 Jan 2016 06:21 PM |
thanks ^ and ^^
RAP 1,186,677 | Value 3.5m+ | R$52,319 | Tx3,619 |
|
|
| Report Abuse |
|
|