A Roblox Community
Would you like to react to this message? Create an account in a few clicks or log in to continue.

A Roblox Community

A community of Robloxians who want to learn to script and build on Roblox Studio.
 
HomeLatest imagesRegisterLog in
If you're a experienced coder make some tutorials! It would really help the site grow.
Make sure you read the rules(Which can be found by clicking here)
If you're a beginner at coding, try some tutorials.
We have many Moderators/Admins watching this site. Contact them with Questions.
Let us know what your favorite sport is. By clicking here to vote (Click here)
This site is becoming inactive. Lets make it active.
Log in
Username:
Password:
Log in automatically: 
:: I forgot my password
Top posters
blueymaddog
FlashLight Script Vote_lcapFlashLight Script Voting_barFlashLight Script Vote_rcap 
naknak
FlashLight Script Vote_lcapFlashLight Script Voting_barFlashLight Script Vote_rcap 
Supernapalm
FlashLight Script Vote_lcapFlashLight Script Voting_barFlashLight Script Vote_rcap 
m27frogy
FlashLight Script Vote_lcapFlashLight Script Voting_barFlashLight Script Vote_rcap 
slayer9365
FlashLight Script Vote_lcapFlashLight Script Voting_barFlashLight Script Vote_rcap 
myrco919
FlashLight Script Vote_lcapFlashLight Script Voting_barFlashLight Script Vote_rcap 
branefreez
FlashLight Script Vote_lcapFlashLight Script Voting_barFlashLight Script Vote_rcap 
ninga95
FlashLight Script Vote_lcapFlashLight Script Voting_barFlashLight Script Vote_rcap 
CloneTrooper787
FlashLight Script Vote_lcapFlashLight Script Voting_barFlashLight Script Vote_rcap 
raboy117
FlashLight Script Vote_lcapFlashLight Script Voting_barFlashLight Script Vote_rcap 
Top posting users this month
No user
Latest topics
» Where to go from here.
FlashLight Script EmptySeptember 14th 2020, 1:20 pm by MrNicNac

» Send me an Email
FlashLight Script EmptySeptember 14th 2020, 1:16 pm by MrNicNac

» [v1.6.0.0] Lua Script Obfuscator [No Bytecode]
FlashLight Script EmptyJuly 6th 2015, 7:38 pm by m27frogy

» New Site Possibly
FlashLight Script EmptyJuly 6th 2015, 4:16 pm by m27frogy

» Ambassador!
FlashLight Script EmptyApril 15th 2015, 11:40 pm by naknak

» Boop - Tag
FlashLight Script EmptyApril 13th 2015, 9:46 pm by naknak

» Vip Class Script
FlashLight Script EmptyApril 13th 2015, 4:54 pm by naknak

» Who's active?!
FlashLight Script EmptyApril 13th 2015, 4:52 pm by naknak

» Genesis Point
FlashLight Script EmptyJuly 17th 2014, 7:04 pm by branefreez

» Reward System
FlashLight Script EmptyJuly 17th 2014, 5:41 am by m27frogy

» Script Request
FlashLight Script EmptyJuly 10th 2014, 11:43 am by naknak

» local scripts?
FlashLight Script EmptyJuly 10th 2014, 11:39 am by naknak

» Project: Reconstruction [Died]
FlashLight Script EmptyJuly 10th 2014, 11:36 am by naknak

» Hi. I am new here
FlashLight Script EmptyApril 26th 2014, 4:01 pm by altshiftkey

» What's your favorite sport?
FlashLight Script EmptyJanuary 1st 2014, 2:13 pm by m27frogy

» FlashLight Script
FlashLight Script EmptyJanuary 1st 2014, 2:11 pm by m27frogy

» Gun Making! [READ DESC]
FlashLight Script EmptyJanuary 1st 2014, 2:10 pm by m27frogy

» Hi, I am new here!
FlashLight Script EmptyNovember 26th 2013, 3:33 pm by Keanu73

» Improve Coding
FlashLight Script EmptyOctober 26th 2013, 1:12 pm by pook03

» Simple Button
FlashLight Script EmptySeptember 1st 2013, 6:19 pm by branefreez


 

 FlashLight Script

Go down 
2 posters
AuthorMessage
SwagginPlayer
Novice Scripter
Novice Scripter
SwagginPlayer


Posts : 2
Join date : 2013-11-12
Age : 26

FlashLight Script Empty
PostSubject: FlashLight Script   FlashLight Script EmptyNovember 20th 2013, 5:42 pm

This is the Script to Put into a flashlight to make it work.

This is a flashlight script I made myself. Any questions post below.

----------[FLASHLIGHT SCRIPT]---------------

--SwagginPlayer


sp=script.Parent


cooldown=.35

lightontexture=115984370
lightofftexture=115955343

local weld=sp:WaitForChild("Motor")
local lp=sp:WaitForChild("LightPart")
local handle=sp:WaitForChild("Handle")
local spotlight=lp:WaitForChild("SpotLight")
local spotlight2=lp:WaitForChild("SpotLight2")
local mesh=handle:WaitForChild("Mesh")
local sound=handle:WaitForChild("Sound")
lastclick=0




sp.Equipped:connect(function(mouse)
equipped=true
if mouse~=nil then
themouse=mouse
mouse.Button1Down:connect(function()
if lastclick+cooldownspotlight.Enabled=not spotlight.Enabled
spotlight2.Enabled=spotlight.Enabled
mesh.TextureId="http://www.roblox.com/[ Content Owned ]?id="..tostring((spotlight.Enabled and lightontexture) or lightofftexture)
sound:Play()
lastclick=tick()
end
end)
end
if weld~=nil then
weld.Parent=sp
end
while equipped and sp.Parent~=nil do
local head=sp.Parent:FindFirstChild("Head")
if spotlight.Enabled and themouse and handle and weld and head then
local vec=themouse.Hit.p-head.Position
local pos=(handle.CFrame*CFrame.new(0,0,-1)).p
local cf=CFrame.new(pos,pos+vec)
lp.CFrame=cf
weld.C0=handle.CFrame:toObjectSpace(cf)
end
wait()
end
end)

sp.Unequipped:connect(function()
if weld~=nil then
weld.Parent=sp
end
equipped=false
end)
----------------[END]----------------------------------------

That is the end.

Link to the Flashlight as a Free Model: http://www.roblox.com/FlashLight-1RobloxScripter-item?id=135965787
Back to top Go down
m27frogy
The Garbageman
m27frogy


Posts : 336
Join date : 2011-06-23

FlashLight Script Empty
PostSubject: Re: FlashLight Script   FlashLight Script EmptyJanuary 1st 2014, 2:11 pm

Moved to a more appropriate forum.
Back to top Go down
 
FlashLight Script
Back to top 
Page 1 of 1
 Similar topics
-
» Anti-Ban script
» The Local Script: A Robloxian's Worst Nightmare
» C++ script
» Another C++ Script
» My first script *morph*

Permissions in this forum:You cannot reply to topics in this forum
A Roblox Community :: Tutorials and Resources :: Free Scripts-
Jump to: