|
| 17 Jun 2014 05:28 PM |
So Umm I Watched all Of Stickmasterlukes Tutorials So Now Im and Expert, But This Scirpt Doent Do Wat I Want It To Do!!
While True Do Local Game.Workspace.Base.Reflecance = 0.1 Wait(1) Local Game.Workspace.Base.Reflecance = 0.2 Wait(1) Local Game.Workspace.Base.Reflecance = 0.3 Wait(1) Local Game.Workspace.Base.Reflecance = 0.4 Wait(1) Local Game.Workspace.Base.Reflecance = 0.5 Wait(1) Local Game.Workspace.Base.Reflecance = 0.6 Wait(1) Local Game.Workspace.Base.Reflecance = 0.7 Wait(1) Local Game.Workspace.Base.Reflecance = 0.8 Wait(1) Local Game.Workspace.Base.Reflecance = 0.9 Wait(1) Local Game.Workspace.Base.Reflecance = 0.10 End
So Umm Its Supossed To Be All Shiny at The End But Its Not!! HElp |
|
|
| Report Abuse |
|
|
smiley599
|
  |
| Joined: 23 Jan 2010 |
| Total Posts: 21869 |
|
|
| 17 Jun 2014 05:30 PM |
for k=1,10 do wait(1) Workspace.Base.Reflecance = k/10 end
|
|
|
| Report Abuse |
|
|
| |
|
|
| 17 Jun 2014 05:31 PM |
@Smiley It Erored. It Said Reflecance Was Not A PArt of Base Help!!! |
|
|
| Report Abuse |
|
|
|
| 17 Jun 2014 05:33 PM |
| How Come None of U "Smart' Scirpters use Grammer?? Dummys |
|
|
| Report Abuse |
|
|
| |
|
smiley599
|
  |
| Joined: 23 Jan 2010 |
| Total Posts: 21869 |
|
|
| 17 Jun 2014 05:35 PM |
for k=1,10 do wait(1) Workspace.Base.Reflectance = k/10 end
|
|
|
| Report Abuse |
|
|
|
| 17 Jun 2014 05:36 PM |
| @Smiley U Spelled Reflecance Rong!! |
|
|
| Report Abuse |
|
|
| |
|
smiley599
|
  |
| Joined: 23 Jan 2010 |
| Total Posts: 21869 |
|
|
| 17 Jun 2014 05:39 PM |
I'm not helping you anymore, kid.
Grow up. |
|
|
| Report Abuse |
|
|
TradeLife
|
  |
| Joined: 05 May 2013 |
| Total Posts: 376 |
|
|
| 17 Jun 2014 05:40 PM |
| Elite, you went from .9 to .1, you went backwards, try 1.0 not .10. Also please shorten. |
|
|
| Report Abuse |
|
|
|
| 17 Jun 2014 05:40 PM |
| No U Grow up!!! Im 27 By the Way, Kid. |
|
|
| Report Abuse |
|
|
TradeLife
|
  |
| Joined: 05 May 2013 |
| Total Posts: 376 |
|
|
| 17 Jun 2014 05:43 PM |
Base = Workplace.Base
While True Do .Base.Reflecance = 0.1 Wait(1) Base.Reflecance = 0.2 Wait(1) Base.Reflecance = 0.3 Wait(1) Base.Reflecance = 0.4 Wait(1) Base.Reflecance = 0.5 Wait(1) Base.Reflecance = 0.6 Wait(1) Base.Reflecance = 0.7 Wait(1) Base.Reflecance = 0.8 Wait(1) Base.Reflecance = 0.9 Wait(1) Base.Reflecance = 1.0 End |
|
|
| Report Abuse |
|
|
|
| 17 Jun 2014 05:44 PM |
| @Trade It Said Local or Something BlahBlah!!!!! I thouh U Guys Were Smart!1 |
|
|
| Report Abuse |
|
|
BossBitez
|
  |
| Joined: 03 Jan 2014 |
| Total Posts: 37 |
|
|
| 17 Jun 2014 05:46 PM |
| Dude, he is right, it is spelled; Reflectance. Ok? |
|
|
| Report Abuse |
|
|
smiley599
|
  |
| Joined: 23 Jan 2010 |
| Total Posts: 21869 |
|
|
| 17 Jun 2014 05:46 PM |
Trade that fails on more than half the lines lol
Don't help him he's a troll |
|
|
| Report Abuse |
|
|
|
| 17 Jun 2014 05:47 PM |
| Love it when kids try to troll *tear falls from eye* |
|
|
| Report Abuse |
|
|
TradeLife
|
  |
| Joined: 05 May 2013 |
| Total Posts: 376 |
|
|
| 17 Jun 2014 05:47 PM |
| Because I forgot to delete a period and he spelled reflectance wrong. |
|
|
| Report Abuse |
|
|
|
| 17 Jun 2014 05:49 PM |
Ok Trade can U Help Me on This!! I wANT TO Change It So It Uses Mouse.Target not RayCasting:
local plr=game.Players.TheEliteDonphan local char=plr.Character local torso=char.Torso local mouse=plr:GetMouse() mouse.Button1Down:connect(function() local ray = Ray.new(torso.CFrame.p, (mouse.Hit.p - torso.CFrame.p).unit*300) local hit, position = game.Workspace:FindPartOnRay(ray, user) local humanoid = hit and hit.Parent and hit.Parent:FindFirstChild("Humanoid") if humanoid then humanoid:TakeDamage(9e9) end |
|
|
| Report Abuse |
|
|
TradeLife
|
  |
| Joined: 05 May 2013 |
| Total Posts: 376 |
|
|
| 17 Jun 2014 05:50 PM |
Base = Workspace.Baseplate
while true do Base.Reflectance = 0.1 Wait(1) Base.Reflectance = 0.2 Wait(1) Base.Reflectance = 0.3 Wait(1) Base.Reflectance = 0.4 Wait(1) Base.Reflectance = 0.5 Wait(1) Base.Reflectance = 0.6 Wait(1) Base.Reflectance = 0.7 Wait(1) Base.Reflectance = 0.8 Wait(1) Base.Reflectance = 0.9 Wait(1) Base.Reflectance = 1.0 end
It's fixed now leave. |
|
|
| Report Abuse |
|
|
|
| 17 Jun 2014 05:56 PM |
| No Fix The Other Scirpt Too!1 |
|
|
| Report Abuse |
|
|
RoflBread
|
  |
| Joined: 18 Jun 2009 |
| Total Posts: 3803 |
|
| |
|